()
| 219 | } |
| 220 | |
| 221 | pull(): RpcPayload | Promise<RpcPayload> { |
| 222 | // Map functions cannot await. |
| 223 | throwMapperBuilderUseError(); |
| 224 | } |
| 225 | |
| 226 | ignoreUnhandledRejections(): void { |
| 227 | // Probably never called but whatever. |
nothing calls this directly
no test coverage detected