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

Method get

cel/src/magic.rs:296–298  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

294
295 #[allow(dead_code)]
296 pub(crate) fn get(&self, name: &str) -> Option<&Function> {
297 self.functions.get(name)
298 }
299}
300
301pub type Function = Box<dyn Fn(&mut FunctionContext) -> ResolveResult + Send + Sync>;

Callers 7

resolveMethod · 0.45
find_overloadMethod · 0.45
find_member_overloadMethod · 0.45
find_structMethod · 0.45
new_structMethod · 0.45
get_variableMethod · 0.45
get_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected