MCPcopy Index your code
hub / github.com/codeaashu/claude-code / confirmOverage

Function confirmOverage

src/commands/review/reviewRemote.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36let sessionOverageConfirmed = false
37
38export function confirmOverage(): void {
39 sessionOverageConfirmed = true
40}
41
42export type OverageGate =
43 | { kind: 'proceed'; billingNote: string }

Callers 1

callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected