Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ partial_cmp
Method
partial_cmp
backend/src/git/ext.rs:343–345 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
341
342
impl std::cmp::PartialOrd for Topic {
343
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
344
Some(self.cmp(other))
345
}
346
}
347
348
impl std::cmp::Ord for Topic {
Callers
nothing calls this directly
Calls
1
cmp
Method · 0.45
Tested by
no test coverage detected