MCPcopy 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)]
51pub struct Map {
52 pub map: Arc<HashMap<Key, Value>>,
53}
54
55impl PartialOrd for Map {
56 fn partial_cmp(&self, _: &Self) -> Option<Ordering> {

Callers 5

test_mapsFunction · 0.85
fromMethod · 0.85
try_fromMethod · 0.85
visit_CreateStructMethod · 0.85
arbitrary_valueFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_mapsFunction · 0.68