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:5151–5154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5149}
5150
5151bool cbm_store_normalize_arch_path(const char *path, char *norm_out, size_t norm_sz) {
5152 char like[CBM_SZ_512 + 4];
5153 return arch_path_prepare(path, norm_out, norm_sz, like, sizeof(like));
5154}
5155
5156int cbm_store_count_nodes_scoped(cbm_store_t *s, const char *project, const char *path) {
5157 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