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