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

Function invoke

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

Source from the content-addressed store, hash-verified

805 }
806
807 function invoke(i) {
808 fn(arr[i], function mapItemCallback(err, transformed) {
809 result[i] = transformed;
810 next(err);
811 });
812 }
813
814 function next(err) {
815 if (err) {

Callers 3

mapEachFunction · 0.85
mapSeriesFunction · 0.85
nextFunction · 0.85

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected