()
| 294 | } |
| 295 | |
| 296 | function currentInvocationFinished() { |
| 297 | invocations.shift(); |
| 298 | currentInvocation = null; |
| 299 | prepareNextInvocation(); |
| 300 | } |
| 301 | |
| 302 | function cancelInvocation(invocation) { |
| 303 | const idx = invocations.indexOf(invocation); |
no test coverage detected
searching dependent graphs…