MCPcopy
hub / github.com/caolan/async / taskFn

Function taskFn

lib/retryable.js:40–42  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

38 var _task = wrapAsync(task);
39 return initialParams(function (args, callback) {
40 function taskFn(cb) {
41 _task.apply(null, args.concat(cb));
42 }
43
44 if (opts) retry(opts, taskFn, callback);
45 else retry(taskFn, callback);

Callers 1

runTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…