MCPcopy Index your code
hub / github.com/node-schedule/node-schedule / currentInvocationFinished

Function currentInvocationFinished

lib/Invocation.js:296–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294}
295
296function currentInvocationFinished() {
297 invocations.shift();
298 currentInvocation = null;
299 prepareNextInvocation();
300}
301
302function cancelInvocation(invocation) {
303 const idx = invocations.indexOf(invocation);

Callers 1

prepareNextInvocationFunction · 0.85

Calls 1

prepareNextInvocationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…