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

Function extract

tests/test_stack_overflow.c:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31/* ── Helpers ───────────────────────────────────────────────────── */
32
33static CBMFileResult *extract(const char *src, CBMLanguage lang, const char *proj,
34 const char *path) {
35 CBMFileResult *r = cbm_extract_file(src, (int)strlen(src), lang, proj, path, 0, NULL, NULL);
36 return r;
37}
38
39/* ═══════════════════════════════════════════════════════════════════
40 * Test: JavaScript calls exceeding 512 stack cap

Callers 1

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected