Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ cmp
Method
cmp
backend/src/git/activity.rs:107–109 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
105
106
impl std::cmp::Ord for TopicInfo {
107
fn cmp(&self, other: &Self) -> std::cmp::Ordering {
108
self.id.cmp(&other.id)
109
}
110
}
111
112
impl std::cmp::PartialOrd for TopicInfo {
Callers
1
partial_cmp
Method · 0.45
Calls
1
date
Method · 0.80
Tested by
no test coverage detected