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

Function extract_js

tests/test_ts_lsp.c:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44static CBMFileResult *extract_js(const char *source) {
45 return extract_with(source, CBM_LANG_JAVASCRIPT, "main.js");
46}
47
48static CBMFileResult *extract_dts(const char *source) {
49 return extract_with(source, CBM_LANG_TYPESCRIPT, "main.d.ts");

Callers 1

test_ts_lsp.cFile · 0.85

Calls 1

extract_withFunction · 0.85

Tested by

no test coverage detected