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

Function is_parse_partial

src/mcp/mcp.c:7259–7261  ·  view source on GitHub ↗

True when a recorded per-file entry is the parse-partial coverage signal * (#963) rather than a genuine skip. Kept out of skipped[]/skipped_count so * the "skipped" contract (file NOT indexed) stays exact. */

Source from the content-addressed store, hash-verified

7257 * (#963) rather than a genuine skip. Kept out of skipped[]/skipped_count so
7258 * the "skipped" contract (file NOT indexed) stays exact. */
7259static bool is_parse_partial(const cbm_file_error_t *e) {
7260 return e->phase && strcmp(e->phase, "parse_partial") == 0;
7261}
7262
7263/* Attach a summary of per-file skips (Stage 2 / Track B). Always emits a
7264 * top-level "skipped_count" (0 on clean runs) so consumers can rely on it.

Callers 3

add_skipped_summaryFunction · 0.85
write_skip_logfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected