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

Function java_emit_resolved

internal/cbm/lsp/java_lsp.c:1823–1826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1821}
1822
1823static void java_emit_resolved(JavaLSPContext *ctx, const char *callee_qn, const char *strategy,
1824 float confidence) {
1825 java_emit_resolved_orig(ctx, callee_qn, NULL, strategy, confidence);
1826}
1827
1828static void java_emit_resolved_reference(JavaLSPContext *ctx, const char *callee_qn,
1829 const char *strategy, float confidence) {

Callers 3

resolve_method_callFunction · 0.85

Calls 1

java_emit_resolved_origFunction · 0.85

Tested by

no test coverage detected