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

Method find_matches

backend/src/git/topic.rs:571–573  ·  view source on GitHub ↗
(&self, mutation: &Mutation, name: &str)

Source from the content-addressed store, hash-verified

569 }
570
571 fn find_matches(&self, mutation: &Mutation, name: &str) -> Result<BTreeSet<SynonymMatch>> {
572 mutation.synonym_phrase_matches(&self.actor.read_repo_ids, name)
573 }
574
575 fn request_decision(
576 &self,

Callers 1

callMethod · 0.80

Calls 1

Tested by

no test coverage detected