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

Function extract_java_at

tests/test_java_lsp.c:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39static CBMFileResult *extract_java_at(const char *source, const char *rel_path) {
40 return cbm_extract_file(source, (int)strlen(source), CBM_LANG_JAVA, "test", rel_path, 0, NULL,
41 NULL);
42}
43
44static int find_resolved(const CBMFileResult *r, const char *callerSub, const char *calleeSub) {
45 for (int i = 0; i < r->resolved_calls.count; i++) {

Callers 1

test_java_lsp.cFile · 0.85

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected