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

Function run_cases

tests/test_extraction_imports.c:164–170  ·  view source on GitHub ↗

Run an array of cases; accumulate failures and return total. */

Source from the content-addressed store, hash-verified

162
163/* Run an array of cases; accumulate failures and return total. */
164static int run_cases(const import_case_t *cases, int n) {
165 int failures = 0;
166 for (int i = 0; i < n; i++) {
167 failures += run_import_case(&cases[i]);
168 }
169 return failures;
170}
171
172/* ═══════════════════════════════════════════════════════════════════════════
173 * Go — dedicated parse_go_imports, expected GREEN for all forms

Callers 1

Calls 1

run_import_caseFunction · 0.85

Tested by

no test coverage detected