MCPcopy Index your code
hub / github.com/emwalker/digraph / count

Function count

backend/tests/git/topic.rs:346–351  ·  view source on GitHub ↗
(f: &Fixtures, name: &str)

Source from the content-addressed store, hash-verified

344 };
345
346 fn count(f: &Fixtures, name: &str) -> usize {
347 f.git
348 .synonym_phrase_matches(&actor().read_repo_ids, name)
349 .unwrap()
350 .len()
351 }
352
353 fn synonym(name: &str) -> Synonym {
354 Synonym {

Callers

nothing calls this directly

Calls 3

actorFunction · 0.85
lenMethod · 0.45

Tested by

no test coverage detected