()
| 162 | let shouldDecrementCapacity = false; |
| 163 | |
| 164 | function restoreCapacity() { |
| 165 | if (shouldDecrementCapacity) { |
| 166 | getExecutor().decrementCapacity(key); |
| 167 | shouldDecrementCapacity = false; |
| 168 | } |
| 169 | } |
| 170 | |
| 171 | // Collect results with metadata |
| 172 | let collectedResults: Array<{ |
no test coverage detected