MCPcopy Create free account
hub / github.com/ChromeDevTools/chrome-devtools-mcp / CapturedFunctionCall

Interface CapturedFunctionCall

scripts/eval_result.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import assert from 'node:assert';
8
9export interface CapturedFunctionCall {
10 name: string;
11 args: Record<string, unknown>;
12}
13
14export class Result {
15 private nextCallIndex = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected