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

Function java_emit_unresolved_reference

internal/cbm/lsp/java_lsp.c:1869–1872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1867}
1868
1869static void java_emit_unresolved_reference(JavaLSPContext *ctx, const char *expr_text,
1870 const char *reason) {
1871 java_emit_unresolved_kind(ctx, expr_text, reason, CBM_RESOLVED_CALL_REFERENCE);
1872}
1873
1874static void java_emit_unresolved_reference_at(JavaLSPContext *ctx, const char *expr_text,
1875 const char *reason, TSNode site) {

Callers 1

Calls 1

Tested by

no test coverage detected