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

Function inv_rx

tests/repro/repro_invariant_lib.h:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21/* ── Single-file extraction ─────────────────────────────────────── */
22
23static inline CBMFileResult *inv_rx(const char *src, CBMLanguage lang, const char *file) {
24 return cbm_extract_file(src, (int)strlen(src), lang, "t", file, 0, NULL, NULL);
25}
26
27/* INV(extract-clean): extraction returns non-NULL and does not set has_error on
28 * valid input (a parser crash/abort would not return at all → subprocess-isolate

Callers 15

single_file_batteryFunction · 0.85
single_file_batteryFunction · 0.85
robustness_probeFunction · 0.85
config_base_batteryFunction · 0.85
config_struct_batteryFunction · 0.85
config_callable_batteryFunction · 0.85
single_file_batteryFunction · 0.85
markup_base_batteryFunction · 0.85
markup_struct_batteryFunction · 0.85
markup_callable_batteryFunction · 0.85
single_file_batteryFunction · 0.85

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected