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

Function count_by_label

tests/test_incremental.c:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188static int count_by_label(const char *label) {
189 char *resp =
190 call_tool("search_graph", "{\"project\":\"%s\",\"label\":\"%s\"}", g_project, label);
191 int total = count_in_response(resp, "total");
192 free(resp);
193 return total;
194}
195
196/* ── Setup / Teardown ─────────────────────────────────────────────── */
197

Callers 1

test_incremental.cFile · 0.85

Calls 2

count_in_responseFunction · 0.85
call_toolFunction · 0.70

Tested by

no test coverage detected