Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ incrementBudgetContinuationCount
Function
incrementBudgetContinuationCount
src/bootstrap/state.ts:741–743 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
739
return
budgetContinuationCount
740
}
741
export
function
incrementBudgetContinuationCount(): void {
742
budgetContinuationCount++
743
}
744
745
export
function
setHasUnknownModelCost(): void {
746
STATE.hasUnknownModelCost = true
Callers
1
queryLoop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected