Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
228
pub struct Arguments(pub Arc<Vec<Value>>);
229
230
impl<
'a> FromContext<'
a,
'_, '
_> for Arguments {
231
fn from_context(ctx: &'a mut FunctionContext) -> Result<Self, ExecutionError>
Callers
1
from_context
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected