( flags: BatchFlags | Record<string, unknown> | undefined, )
| 291 | } |
| 292 | |
| 293 | function readBatchFlags( |
| 294 | flags: BatchFlags | Record<string, unknown> | undefined, |
| 295 | ): BatchFlags | undefined { |
| 296 | return flags as BatchFlags | undefined; |
| 297 | } |
| 298 | |
| 299 | function batchErrorResponse( |
| 300 | code: string, |
no outgoing calls
no test coverage detected
searching dependent graphs…