MCPcopy Create free account
hub / github.com/Keyang/node-csvtojson / destroyWorker

Function destroyWorker

v1/core/workerMgr.js:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 return running > 0;
29 }
30 function destroyWorker() {
31 workers.forEach(function(w) {
32 w.destroy();
33 });
34 }
35
36 function sendWorker(data, startIdx, transformCb, cbResult) {
37 if (workers.length > 0) {

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected