MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / gate

Function gate

src/bin/codegraph.ts:1258–1260  ·  view source on GitHub ↗
(outcome: string)

Source from the content-addressed store, hash-verified

1256 // only, NEVER prompt content (see TELEMETRY.md). This is the data that
1257 // turns "is the gate any good" from vibes into a measured recall rate.
1258 const gate = (outcome: string): void => {
1259 try { getTelemetry().recordUsage('cli_command', `prompt-hook-gate-${outcome}`, true); } catch { /* never break the hook */ }
1260 };
1261
1262 // Gate, tiered by confidence (#994, #1126):
1263 // HIGH — a structural keyword (any covered language), or a code-shaped

Callers 1

mainFunction · 0.85

Calls 2

getTelemetryFunction · 0.90
recordUsageMethod · 0.80

Tested by

no test coverage detected