(event: Record<string, unknown>, json: boolean)
| 305 | } |
| 306 | |
| 307 | function emitJsonEvent(event: Record<string, unknown>, json: boolean): void { |
| 308 | if (json) console.log(JSON.stringify(event)); |
| 309 | } |
| 310 | |
| 311 | async function renderBatchRow( |
| 312 | row: PreparedBatchRow, |
no outgoing calls
no test coverage detected