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

Function extract_cpp

tests/test_c_lsp.c:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61static CBMFileResult *extract_cpp(const char *src) {
62 return cbm_extract_file(src, (int)strlen(src), CBM_LANG_CPP, "test", "main.cpp", 0, NULL, NULL);
63}
64
65TEST(clsp_simple_var_decl) {
66 CBMFileResult *r = extract_c("\n"

Callers 1

test_c_lsp.cFile · 0.85

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected