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

Function extract_kotlin_path

tests/test_kotlin_lsp.c:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46static CBMFileResult *extract_kotlin_path(const char *source, const char *rel_path) {
47 return cbm_extract_file(source, (int)strlen(source), CBM_LANG_KOTLIN, "test", rel_path, 0,
48 NULL, NULL);
49}
50
51/* Search resolved_calls for a match where caller contains callerSub
52 * and callee contains calleeSub. Returns index or -1. */

Callers 1

test_kotlin_lsp.cFile · 0.85

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected