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

File context.rs

cel/src/context.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::common::value::Val;
2use crate::magic::{Function, FunctionRegistry, IntoFunction};
3use crate::objects::{TryIntoValue, Value};
4use crate::parser::Expression;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected