MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getTokenUsage

Method getTokenUsage

src/core/task/Task.ts:4621–4623  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4619 }
4620
4621 public getTokenUsage(): TokenUsage {
4622 return getApiMetrics(this.combineMessages(this.clineMessages.slice(1)))
4623 }
4624
4625 public recordToolUsage(toolName: ToolName) {
4626 if (!this.toolUsage[toolName]) {

Callers 7

condenseContextMethod · 0.95
attemptApiRequestMethod · 0.95
tokenUsageMethod · 0.95
emitTaskCompletedMethod · 0.80

Calls 1

combineMessagesMethod · 0.95

Tested by

no test coverage detected