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

Function eval_method_reference

internal/cbm/lsp/java_lsp.c:1317–1322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315}
1316
1317static const CBMType *eval_method_reference(JavaLSPContext *ctx, TSNode node) {
1318 /* Same caveat as lambdas; method_reference produces a functional
1319 * interface. */
1320 (void)node;
1321 return cbm_type_unknown();
1322}
1323
1324/* ── Statement processing — bind into scope ───────────────────────── */
1325

Callers 1

java_eval_expr_typeFunction · 0.85

Calls 1

cbm_type_unknownFunction · 0.85

Tested by

no test coverage detected