MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getTurnOutputTokens

Function getTurnOutputTokens

src/bootstrap/state.ts:726–728  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

724let outputTokensAtTurnStart = 0
725let currentTurnTokenBudget: number | null = null
726export function getTurnOutputTokens(): number {
727 return getTotalOutputTokens() - outputTokensAtTurnStart
728}
729export function getCurrentTurnTokenBudget(): number | null {
730 return currentTurnTokenBudget
731}

Callers 4

queryLoopFunction · 0.85
SpinnerWithVerbInnerFunction · 0.85
REPLFunction · 0.85

Calls 1

getTotalOutputTokensFunction · 0.85

Tested by

no test coverage detected