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

Function invokeWithoutIndex

lib/utils.js:757–762  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

755 }
756
757 function invokeWithoutIndex(i) {
758 fn(arr[i], function mapItemCallback(err, transformed) {
759 result[i] = transformed;
760 next(err);
761 });
762 }
763
764 function invokeWithIndex(i) {
765 fn(arr[i], i, function mapItemCallback(err, transformed) {

Callers

nothing calls this directly

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected