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

Class Arguments

cel/src/magic.rs:228–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226/// ```
227#[derive(Clone)]
228pub struct Arguments(pub Arc<Vec<Value>>);
229
230impl<'a> FromContext<'a, '_, '_> for Arguments {
231 fn from_context(ctx: &'a mut FunctionContext) -> Result<Self, ExecutionError>

Callers 1

from_contextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected