use crate::common::*; pub(crate) struct FunctionContext<'run> { pub(crate) dotenv: &'run BTreeMap, pub(crate) invocation_directory: &'run Path, pub(crate) search: &'run Search, }