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

Method resolve

cel/src/context.rs:207–209  ·  view source on GitHub ↗
(&self, expr: &Expression)

Source from the content-addressed store, hash-verified

205 }
206
207 pub fn resolve(&self, expr: &Expression) -> Result<Value, ExecutionError> {
208 Value::resolve(expr, self)
209 }
210
211 pub fn resolve_all(&self, exprs: &[Expression]) -> Result<Value, ExecutionError> {
212 Value::resolve_all(exprs, self)

Callers 3

from_contextMethod · 0.45
arg_value_from_contextFunction · 0.45
get_variableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected