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

Function extract

tests/test_grammar_regression.c:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28static CBMFileResult *extract(const char *src, CBMLanguage lang, const char *proj,
29 const char *path) {
30 return cbm_extract_file(src, (int)strlen(src), lang, proj, path, 0, NULL, NULL);
31}
32
33const GrammarCase CBM_GRAMMAR_CASES[] = {
34 /* ── LSP-backed / mainstream code languages (expect named defs) ── */

Callers 1

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected