MCPcopy
hub / github.com/di-sukharev/opencommit / runJob

Function runJob

out/cli.cjs:24445–24453  ·  view source on GitHub ↗
(iterator2, key, item, callback)

Source from the content-addressed store, hash-verified

24443 });
24444 }
24445 function runJob(iterator2, key, item, callback) {
24446 var aborter;
24447 if (iterator2.length == 2) {
24448 aborter = iterator2(item, async(callback));
24449 } else {
24450 aborter = iterator2(item, key, async(callback));
24451 }
24452 return aborter;
24453 }
24454 }
24455});
24456

Callers 1

iterateFunction · 0.85

Calls 1

asyncFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…