MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / next

Function next

lib/utils.js:669–680  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

667 fn(arr[i], next);
668 }
669 function next(err) {
670 if (err) {
671 const cb = callback;
672 callback = noop;
673 cb(err);
674 return;
675 }
676 if (++completed !== length) {
677 return;
678 }
679 callback();
680 }
681}
682
683/**

Callers 15

clearAndInvokePendingMethod · 0.70
invokeWithoutIndexFunction · 0.70
invokeWithIndexFunction · 0.70
invokeFunction · 0.70
seriesFunction · 0.70
whilstFunction · 0.70
test-helper.jsFile · 0.50
event-tests.jsFile · 0.50
traceFunction · 0.50

Calls 2

cbFunction · 0.85
invokeFunction · 0.85

Tested by

no test coverage detected