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

Function cargo

lib/cargo.js:80–82  ·  view source on GitHub ↗
(worker, payload)

Source from the content-addressed store, hash-verified

78 * });
79 */
80export default function cargo(worker, payload) {
81 return queue(worker, 1, payload);
82}

Callers

nothing calls this directly

Calls 1

queueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…