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

Function extract

tests/test_stack_overflow.c:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected