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

Function cbm_store_normalize_arch_path

src/store/store.c:3142–3145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3140}
3141
3142bool cbm_store_normalize_arch_path(const char *path, char *norm_out, size_t norm_sz) {
3143 char like[CBM_SZ_512 + 4];
3144 return arch_path_prepare(path, norm_out, norm_sz, like, sizeof(like));
3145}
3146
3147int cbm_store_count_nodes_scoped(cbm_store_t *s, const char *project, const char *path) {
3148 if (!s || !s->db || !project) {

Callers 1

handle_get_architectureFunction · 0.85

Calls 1

arch_path_prepareFunction · 0.85

Tested by

no test coverage detected