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

Function cov_extract

tests/test_java_lsp_coverage.c:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46/* ── Helpers (shared form, kept local to avoid linker collisions) ─── */
47
48static CBMFileResult *cov_extract(const char *source) {
49 return cbm_extract_file(source, (int)strlen(source), CBM_LANG_JAVA, "test", "Main.java", 0,
50 NULL, NULL);
51}
52
53static int cov_find(const CBMFileResult *r, const char *callerSub, const char *calleeSub) {
54 for (int i = 0; i < r->resolved_calls.count; i++) {

Callers 1

Calls 1

cbm_extract_fileFunction · 0.85

Tested by

no test coverage detected