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

Function open_store

tests/test_incremental.c:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153/* ── Direct store queries (more reliable than MCP for tests) ────── */
154
155static cbm_store_t *open_store(void) {
156 return cbm_store_open_path_existing(g_dbpath);
157}
158
159static int get_node_count(void) {
160 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

Tested by

no test coverage detected