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

Interface ToolUsage

benchmark/multi-step-benchmark.ts:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104// ============================================================
105
106interface ToolUsage {
107 [toolName: string]: number;
108}
109
110interface BenchmarkResult {
111 success: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected