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

Function java_emit_resolved_orig

internal/cbm/lsp/java_lsp.c:1817–1821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1815}
1816
1817static void java_emit_resolved_orig(JavaLSPContext *ctx, const char *callee_qn, const char *orig,
1818 const char *strategy, float confidence) {
1819 java_emit_resolved_orig_kind(ctx, callee_qn, orig, strategy, confidence,
1820 CBM_RESOLVED_INVOCATION);
1821}
1822
1823static void java_emit_resolved(JavaLSPContext *ctx, const char *callee_qn, const char *strategy,
1824 float confidence) {

Callers 1

java_emit_resolvedFunction · 0.85

Calls 1

Tested by

no test coverage detected