(path: PropertyPath, args: RpcPayload)
| 304 | constructor(private error: any) { super(); } |
| 305 | |
| 306 | call(path: PropertyPath, args: RpcPayload): StubHook { return this; } |
| 307 | map(path: PropertyPath, captures: StubHook[], instructions: unknown[]): StubHook { return this; } |
| 308 | get(path: PropertyPath): StubHook { return this; } |
| 309 | dup(): StubHook { return this; } |
no outgoing calls
no test coverage detected