Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
36
let
sessionOverageConfirmed = false
37
38
export
function
confirmOverage(): void {
39
sessionOverageConfirmed = true
40
}
41
42
export
type
OverageGate =
43
| { kind:
'proceed'
; billingNote: string }
Callers
1
call
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected