(response: SelectResponse)
| 118 | const selectResponses: SelectResponse[] = [] |
| 119 | |
| 120 | function queueSelectResponse(response: SelectResponse) { |
| 121 | selectResponses.push(response) |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * Override `where` so that each select-then-where chain pops the next queued |