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

Function rp_extracts_clean

tests/repro/repro_reference_precision.c:30–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30static int rp_extracts_clean(const char *source, CBMLanguage language, const char *filename) {
31 CBMFileResult *result =
32 cbm_extract_file(source, (int)strlen(source), language, "repro", filename, 0, NULL, NULL);
33 if (!result)
34 return 0;
35 int clean = !result->has_error && !result->parse_incomplete;
36 cbm_free_result(result);
37 return clean;
38}
39
40static int rp_node_count(cbm_store_t *store, const char *project, const char *label,
41 const char *name, const char *qn_suffix) {

Calls 2

cbm_extract_fileFunction · 0.85
cbm_free_resultFunction · 0.85

Tested by

no test coverage detected