(f: &Fixtures, name: &str)
| 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 { |
nothing calls this directly
no test coverage detected