Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
impl PartialOrd for Map {
56
fn partial_cmp(&self, _: &Self) -> Option<Ordering> {
57
None
58
}
59
}
60
61
impl Map {
Callers
2
max
Function · 0.45
min
Function · 0.45
Calls
4
map
Method · 0.80
try_into
Method · 0.80
cmp
Method · 0.45
to_owned
Method · 0.45
Tested by
no test coverage detected