class fanr::FanrEnv
sys::Obj fanr::FanrEnv
FanrRepo models the local environment that we install to and publish from. See docFanr.
- env
-
const Env env
Env instance we are wrapping
- find
-
Find a pod by name in local environment and return as PodSpec
- make
-
new make(Env env := Env.cur())
Constructor for given
Env
- query
-
Match a set of pods in local environment and return as PodSpecs
- queryAll
-
PodSpec[] queryAll()
Lazily load all installed pods as PodSpecs