()
| 327 | } |
| 328 | |
| 329 | function startInterval(): void { |
| 330 | assert(intervalStart === undefined, "Interval started before last one was committed"); |
| 331 | intervalStart = i; |
| 332 | } |
| 333 | |
| 334 | function commitInterval(): void { |
| 335 | if (intervalStart === undefined) { |
no test coverage detected
searching dependent graphs…