Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ partial_cmp
Method
partial_cmp
backend/src/git/index.rs:98–100 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
96
97
impl std::cmp::PartialOrd for SynonymEntry {
98
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
99
Some(self.cmp(other))
100
}
101
}
102
103
impl std::cmp::Ord for SynonymEntry {
Callers
nothing calls this directly
Calls
1
cmp
Method · 0.45
Tested by
no test coverage detected