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

Function defaultTask

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

Source from the content-addressed store, hash-verified

104 }
105
106 function defaultTask(name, dependents, fn) {
107 if (!orchestrator.hasTask(name)) {
108 orchestrator.add(name, dependents, fn);
109 }
110 }
111
112};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected