MCPcopy 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

1use crate::common::ast::{operators, EntryExpr, Expr};
2use crate::common::types::bool::Bool;
3use crate::common::types::*;
4use crate::common::value::Val;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected