Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebMCP-org/chrome-devtools-quickstart
/ incrementScreenshots
Function
incrementScreenshots
benchmark/helpers.ts:388–390 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
386
},
387
388
incrementScreenshots(): void {
389
screenshotCount++;
390
},
391
392
incrementToolCalls(count = 1): void {
393
toolCallCount += count;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected