MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_load_path_aliases

Function cbm_load_path_aliases

src/pipeline/path_alias.c:492–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492cbm_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
496const cbm_path_alias_map_t *cbm_path_alias_find_for_file(const cbm_path_alias_collection_t *coll,
497 const char *rel_path) {

Callers 1

test_path_alias.cFile · 0.85

Calls 1

Tested by

no test coverage detected