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

Method cmp

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

Source from the content-addressed store, hash-verified

36
37impl std::cmp::Ord for RepoUrl {
38 fn cmp(&self, other: &Self) -> std::cmp::Ordering {
39 self.normalized.cmp(&other.normalized)
40 }
41}
42
43impl std::cmp::PartialOrd for RepoUrl {

Callers 1

partial_cmpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected