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

Function cbm_store_coverage_replace

src/store/store.c:3101–3104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3099}
3100
3101int cbm_store_coverage_replace(cbm_store_t *s, const char *project, const cbm_coverage_row_t *rows,
3102 int count) {
3103 return cbm_store_coverage_replace_ex(s, project, rows, count, NULL);
3104}
3105
3106static int coverage_query_rows(cbm_store_t *s, const char *project, const char *selector,
3107 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