Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-rust/cel-rust
/ Map
Class
Map
cel/src/objects.rs:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
#[derive(Debug, PartialEq, Clone)]
51
pub struct Map {
52
pub map: Arc<HashMap<Key, Value>>,
53
}
54
55
impl PartialOrd for Map {
56
fn partial_cmp(&self, _: &Self) -> Option<Ordering> {
Callers
5
test_maps
Function · 0.85
from
Method · 0.85
try_from
Method · 0.85
visit_CreateStruct
Method · 0.85
arbitrary_value
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_maps
Function · 0.68