Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
impl std::cmp::Ord for RepoUrl {
38
fn cmp(&self, other: &Self) -> std::cmp::Ordering {
39
self.normalized.cmp(&other.normalized)
40
}
41
}
42
43
impl std::cmp::PartialOrd for RepoUrl {
Callers
1
partial_cmp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected