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

Function open_store

tests/test_incremental.c:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146/* ── Direct store queries (more reliable than MCP for tests) ────── */
147
148static cbm_store_t *open_store(void) {
149 return cbm_store_open_path(g_dbpath);
150}
151
152static int get_node_count(void) {
153 cbm_store_t *s = open_store();

Callers 3

get_node_countFunction · 0.85
get_edge_countFunction · 0.85
get_edge_count_by_typeFunction · 0.85

Calls 1

cbm_store_open_pathFunction · 0.85

Tested by

no test coverage detected