MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / addTextCall

Function addTextCall

benchmark/helpers.ts:383–386  ·  view source on GitHub ↗
(usage: TokenUsage)

Source from the content-addressed store, hash-verified

381 },
382
383 addTextCall(usage: TokenUsage): void {
384 totalInputTokens += usage.inputTokens;
385 totalOutputTokens += usage.outputTokens;
386 },
387
388 incrementScreenshots(): void {
389 screenshotCount++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected