Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-rust/cel-rust
/ objects.rs
File
objects.rs
cel/src/objects.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use crate::common::ast::{operators, EntryExpr, Expr};
2
use crate::common::types::bool::Bool;
3
use crate::common::types::*;
4
use crate::common::value::Val;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected