Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
export
const
taskQueue =
new
TaskQueue();
Callers
4
ApiRouteInstallModel
Function · 0.80
ApiRouteInstallExtension
Function · 0.80
ApiRouteAddTask
Function · 0.80
ApiBootstrap
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected