MCPcopy Create free account
hub / github.com/6174/comflowyspace / addTask

Method addTask

apps/node/src/modules/task-queue/task-queue.ts:70–72  ·  view source on GitHub ↗
(task: TaskProps)

Source from the content-addressed store, hash-verified

68 }
69
70 addTask(task: TaskProps) {
71 this.taskQueue.push(task);
72 }
73}
74
75export const taskQueue = new TaskQueue();

Callers 4

ApiRouteInstallModelFunction · 0.80
ApiRouteInstallExtensionFunction · 0.80
ApiRouteAddTaskFunction · 0.80
ApiBootstrapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected