MCPcopy Create free account
hub / github.com/cel-rust/cel-rust / env

Method env

cel/src/context.rs:183–188  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

181 }
182
183 pub(crate) fn env(&self) -> &Env {
184 match self {
185 Context::Root { env, .. } => env.as_ref(),
186 Context::Child { parent, .. } => parent.env(),
187 }
188 }
189
190 #[allow(dead_code)]
191 pub(crate) fn get_function(&self, name: &str) -> Option<&Function> {

Callers 1

resolve_valMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected