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

Function emit_resolved

internal/cbm/lsp/php_lsp.c:1266–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264}
1265
1266static void emit_resolved(PHPLSPContext *ctx, const char *callee_qn, const char *strategy,
1267 float confidence) {
1268 emit_resolved_reason(ctx, callee_qn, strategy, confidence, NULL);
1269}
1270
1271static void emit_unresolved(PHPLSPContext *ctx, const char *expr_text, const char *reason) {
1272 if (!ctx->resolved_calls || !ctx->enclosing_func_qn)

Callers 3

resolve_function_callFunction · 0.85
resolve_member_callFunction · 0.85
resolve_static_callFunction · 0.85

Calls 1

emit_resolved_reasonFunction · 0.85

Tested by

no test coverage detected