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

Function emit_resolved_kind

internal/cbm/lsp/php_lsp.c:1301–1304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1299}
1300
1301static void emit_resolved_kind(PHPLSPContext *ctx, const char *callee_qn, const char *strategy,
1302 float confidence, CBMResolvedKind kind) {
1303 emit_resolved_reason_kind(ctx, callee_qn, strategy, confidence, NULL, kind);
1304}
1305
1306static bool php_dynamic_reference_expr(PHPLSPContext *ctx, TSNode expr) {
1307 if (ts_node_is_null(expr)) {

Callers 3

resolve_function_callFunction · 0.85
resolve_member_callFunction · 0.85
resolve_static_callFunction · 0.85

Calls 1

Tested by

no test coverage detected