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

Function extract_with

tests/test_ts_lsp.c:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29/* ── Helpers ───────────────────────────────────────────────────────────────── */
30
31static CBMFileResult *extract_with(const char *source, CBMLanguage lang, const char *fname) {
32 return cbm_extract_file(source, (int)strlen(source), lang, "test", fname, 0, NULL, NULL);
33}
34
35static CBMFileResult *extract_ts(const char *source) {
36 return extract_with(source, CBM_LANG_TYPESCRIPT, "main.ts");

Callers 4

extract_tsFunction · 0.85
extract_tsxFunction · 0.85
extract_jsFunction · 0.85
extract_dtsFunction · 0.85

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected