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

Method partial_cmp

cel/src/objects.rs:56–58  ·  view source on GitHub ↗
(&self, _: &Self)

Source from the content-addressed store, hash-verified

54
55impl PartialOrd for Map {
56 fn partial_cmp(&self, _: &Self) -> Option<Ordering> {
57 None
58 }
59}
60
61impl Map {

Callers 2

maxFunction · 0.45
minFunction · 0.45

Calls 4

mapMethod · 0.80
try_intoMethod · 0.80
cmpMethod · 0.45
to_ownedMethod · 0.45

Tested by

no test coverage detected