MCPcopy 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)]
192pub struct SortKey(pub Kind, pub bool, pub String, pub ExternalId);
193
194#[derive(Clone, Debug)]
195pub struct SearchMatch {

Callers 1

to_search_matchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected