Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ SortKey
Class
SortKey
backend/src/git/search.rs:192–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
191
#[derive(Clone, Debug, Eq, Ord, PartialEq, PartialOrd)]
192
pub struct SortKey(pub Kind, pub bool, pub String, pub ExternalId);
193
194
#[derive(Clone, Debug)]
195
pub struct SearchMatch {
Callers
1
to_search_match
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected