Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ partial_cmp
Method
partial_cmp
backend/src/git/activity.rs:113–115 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
111
112
impl std::cmp::PartialOrd for TopicInfo {
113
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
114
Some(self.cmp(other))
115
}
116
}
117
118
impl TopicInfo {
Callers
nothing calls this directly
Calls
1
cmp
Method · 0.45
Tested by
no test coverage detected