Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-rust/cel-rust
/ json
Method
json
cel/src/objects.rs:2108–2110 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2106
2107
#[cfg(feature =
"json"
)]
2108
fn json(&self) -> Option<serde_json::Value> {
2109
Some(serde_json::to_value(self).unwrap())
2110
}
2111
}
2112
2113
#[test]
Callers
nothing calls this directly
Calls
1
to_value
Function · 0.85
Tested by
no test coverage detected