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

Function extract_js

tests/test_ts_lsp.c:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static CBMFileResult *extract_js(const char *source) {
44 return extract_with(source, CBM_LANG_JAVASCRIPT, "main.js");
45}
46
47static CBMFileResult *extract_dts(const char *source) {
48 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