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

Source from the content-addressed store, hash-verified

4938}
4939
4940bool cbm_store_normalize_arch_path(const char *path, char *norm_out, size_t norm_sz) {
4941 char like[CBM_SZ_512 + 4];
4942 return arch_path_prepare(path, norm_out, norm_sz, like, sizeof(like));
4943}
4944
4945int cbm_store_count_nodes_scoped(cbm_store_t *s, const char *project, const char *path) {
4946 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