| 490 | } |
| 491 | |
| 492 | cbm_path_alias_collection_t *cbm_load_path_aliases(const char *repo_path) { |
| 493 | return cbm_load_path_aliases_excluded(repo_path, NULL, 0); |
| 494 | } |
| 495 | |
| 496 | const cbm_path_alias_map_t *cbm_path_alias_find_for_file(const cbm_path_alias_collection_t *coll, |
| 497 | const char *rel_path) { |
no test coverage detected