MCPcopy Create free account
hub / github.com/emwalker/digraph / get

Method get

backend/src/git/index.rs:274–276  ·  view source on GitHub ↗
(&self, string: &Phrase)

Source from the content-addressed store, hash-verified

272
273impl SearchTokenIndexMap {
274 fn get(&self, string: &Phrase) -> Option<&BTreeSet<SearchEntry>> {
275 self.tokens.get(string)
276 }
277
278 fn prefix_matches(&self, token: &Phrase) -> HashSet<SearchEntry> {
279 let iter = self

Callers 3

basenameMethod · 0.45
full_matchesMethod · 0.45
indexed_onMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected