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

Interface ToolUsage

benchmark/simple-benchmark.ts:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164// ============================================================
165
166interface ToolUsage {
167 [toolName: string]: number;
168}
169
170interface BenchmarkResult {
171 success: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected