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

Function count_resolved

tests/test_java_lsp.c:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71static int count_resolved(const CBMFileResult *r) {
72 int n = 0;
73 for (int i = 0; i < r->resolved_calls.count; i++) {
74 if (r->resolved_calls.items[i].confidence >= 0.5f) n++;
75 }
76 return n;
77}
78
79/* ── Category 1: java.lang.String resolution ─────────────────────── */
80

Callers 1

test_java_lsp.cFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected