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

Method new_inner_scope

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

Source from the content-addressed store, hash-verified

213 }
214
215 pub fn new_inner_scope(&self) -> Context<'_> {
216 Context::Child {
217 parent: self,
218 variables: Default::default(),
219 resolver: None,
220 }
221 }
222
223 /// Constructs a new empty context with no variables or functions.
224 ///

Callers 2

todo_is_allowedMethod · 0.80
resolve_valMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected