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

Method partial_cmp

backend/src/git/search.rs:81–83  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

79
80impl std::cmp::PartialOrd for Search {
81 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
82 Some(self.cmp(other))
83 }
84}
85
86impl Search {

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected