MCPcopy Index your code
hub / github.com/emwalker/digraph / cmp

Method cmp

backend/src/git/ext.rs:349–353  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

347
348impl std::cmp::Ord for Topic {
349 fn cmp(&self, other: &Self) -> std::cmp::Ordering {
350 // FIXME
351 self.display_name(Locale::EN)
352 .cmp(&other.display_name(Locale::EN))
353 }
354}
355
356impl Topic {

Callers 1

partial_cmpMethod · 0.45

Calls 2

display_nameMethod · 0.45
addedMethod · 0.45

Tested by

no test coverage detected