MCPcopy Create free account
hub / github.com/PatrickSys/codebase-context / formatHit

Function formatHit

src/eval/edit-preflight-harness.ts:191–193  ·  view source on GitHub ↗
(value: number | null)

Source from the content-addressed store, hash-verified

189}
190
191function formatHit(value: number | null): string {
192 return value === null ? 'n/a' : value.toFixed(2);
193}
194
195export function formatEditPreflightReport({
196 codebaseLabel,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected