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

Function eval_lambda

internal/cbm/lsp/java_lsp.c:1310–1315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308}
1309
1310static const CBMType *eval_lambda(JavaLSPContext *ctx, TSNode node) {
1311 (void)node;
1312 /* Without a SAM target type, the lambda is functional-interface-typed —
1313 * we don't attempt to infer the SAM here. Caller drops the edge. */
1314 return cbm_type_unknown();
1315}
1316
1317static const CBMType *eval_method_reference(JavaLSPContext *ctx, TSNode node) {
1318 /* Same caveat as lambdas; method_reference produces a functional

Callers 1

java_eval_expr_typeFunction · 0.85

Calls 1

cbm_type_unknownFunction · 0.85

Tested by

no test coverage detected