MCPcopy 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}
738export function getBudgetContinuationCount(): number {
739 return budgetContinuationCount
740}
741export function incrementBudgetContinuationCount(): void {
742 budgetContinuationCount++
743}

Callers 1

REPLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected