MCPcopy 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
396impl PartialOrd for MetricResult {
397 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
398 Some(self.cmp(other))
399 }
400}
401
402impl Eq for MetricResult {}

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected