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

Function cbm_store_coverage_shadow_project

src/store/store.c:2613–2615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2611/* ── Index coverage (#963) ──────────────────────────────────────── */
2612
2613void cbm_store_coverage_shadow_project(char *dst, size_t dstsz, const char *project) {
2614 snprintf(dst, dstsz, "%s::missed", project);
2615}
2616
2617/* Minimal JSON string escape (quotes, backslashes, control chars → space). */
2618static void cov_json_escape(char *dst, size_t dstsz, const char *src) {

Callers 4

cov_rebuild_shadow_graphFunction · 0.85
handle_query_graphFunction · 0.85
attach_missed_graphFunction · 0.85
handle_layoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected