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

Function extract

tests/test_stack_overflow.c:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected