MCPcopy Create free account
hub / github.com/emwalker/digraph / partial_cmp

Method partial_cmp

backend/src/git/types.rs:38–40  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

36
37impl std::cmp::PartialOrd for Kind {
38 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
39 Some(self.cmp(other))
40 }
41}
42
43#[derive(Clone, Debug, Deserialize, Eq, Ord, PartialEq, PartialOrd, Serialize)]

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected