Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ partial_cmp
Method
partial_cmp
src/models/types.rs:397–399 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
395
396
impl PartialOrd for MetricResult {
397
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
398
Some(self.cmp(other))
399
}
400
}
401
402
impl Eq for MetricResult {}
Callers
nothing calls this directly
Calls
1
cmp
Method · 0.45
Tested by
no test coverage detected