Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use crate::common::value::Val;
2
use crate::magic::{Function, FunctionRegistry, IntoFunction};
3
use crate::objects::{TryIntoValue, Value};
4
use crate::parser::Expression;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected