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

Function extract_ts

tests/test_ts_lsp.c:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35static CBMFileResult *extract_ts(const char *source) {
36 return extract_with(source, CBM_LANG_TYPESCRIPT, "main.ts");
37}
38
39static CBMFileResult *extract_tsx(const char *source) {
40 return extract_with(source, CBM_LANG_TSX, "main.tsx");

Callers 1

test_ts_lsp.cFile · 0.85

Calls 1

extract_withFunction · 0.85

Tested by

no test coverage detected