MCPcopy 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}
741export function incrementBudgetContinuationCount(): void {
742 budgetContinuationCount++
743}
744
745export function setHasUnknownModelCost(): void {
746 STATE.hasUnknownModelCost = true

Callers 1

queryLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected