MCPcopy Create free account
hub / github.com/socketstream/socketstream / task

Function task

lib/tasks/index.js:102–104  ·  view source on GitHub ↗
(name, dependents, fn)

Source from the content-addressed store, hash-verified

100 };
101
102 function task(name, dependents, fn) {
103 orchestrator.add(name, dependents, fn);
104 }
105
106 function defaultTask(name, dependents, fn) {
107 if (!orchestrator.hasTask(name)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected