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

Function java_emit_unresolved

internal/cbm/lsp/java_lsp.c:1865–1867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1863}
1864
1865static void java_emit_unresolved(JavaLSPContext *ctx, const char *expr_text, const char *reason) {
1866 java_emit_unresolved_kind(ctx, expr_text, reason, CBM_RESOLVED_INVOCATION);
1867}
1868
1869static void java_emit_unresolved_reference(JavaLSPContext *ctx, const char *expr_text,
1870 const char *reason) {

Callers 1

resolve_method_callFunction · 0.85

Calls 1

Tested by

no test coverage detected