(path: PropertyPath, captures: StubHook[], instructions: unknown[])
| 214 | } |
| 215 | |
| 216 | map(path: PropertyPath, captures: StubHook[], instructions: unknown[]): StubHook { |
| 217 | // Can't be called; all map()s are intercepted. |
| 218 | throwMapperBuilderUseError(); |
| 219 | } |
| 220 | |
| 221 | pull(): RpcPayload | Promise<RpcPayload> { |
| 222 | // Map functions cannot await. |
no test coverage detected