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

Method cmp

backend/src/git/activity.rs:107–109  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

105
106impl std::cmp::Ord for TopicInfo {
107 fn cmp(&self, other: &Self) -> std::cmp::Ordering {
108 self.id.cmp(&other.id)
109 }
110}
111
112impl std::cmp::PartialOrd for TopicInfo {

Callers 1

partial_cmpMethod · 0.45

Calls 1

dateMethod · 0.80

Tested by

no test coverage detected