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

Method execute

cel/src/lib.rs:189–191  ·  view source on GitHub ↗
(&self, context: &Context)

Source from the content-addressed store, hash-verified

187 }
188
189 pub fn execute(&self, context: &Context) -> ResolveResult {
190 Value::resolve(&self.expression, context)
191 }
192
193 /// Returns the variables and functions referenced by the CEL program
194 ///

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
todo_is_allowedMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
test_scriptFunction · 0.80
test_unitFunction · 0.80
test_newtypeFunction · 0.80
test_optionsFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_scriptFunction · 0.64
test_unitFunction · 0.64
test_newtypeFunction · 0.64
test_optionsFunction · 0.64
test_tuplesFunction · 0.64
test_structsFunction · 0.64
test_time_typesFunction · 0.64
test_timestamp_variableFunction · 0.64
test_indexed_map_accessFunction · 0.64
test_numeric_map_accessFunction · 0.64