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

Function cbm_store_coverage_replace

src/store/store.c:3118–3121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3116}
3117
3118int cbm_store_coverage_replace(cbm_store_t *s, const char *project, const cbm_coverage_row_t *rows,
3119 int count) {
3120 return cbm_store_coverage_replace_ex(s, project, rows, count, NULL);
3121}
3122
3123static int coverage_query_rows(cbm_store_t *s, const char *project, const char *selector,
3124 const char *sql, cbm_coverage_row_t **out, int *count) {

Callers 2

test_mcp.cFile · 0.85
test_store_nodes.cFile · 0.85

Calls 1

Tested by

no test coverage detected