Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualHotBar/NetMount
/ startTaskScheduler
Function
startTaskScheduler
src/controller/task/task.ts:36–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
async
function
startTaskScheduler() {
37
for
(
const
task of nmConfig.task) {
38
await
taskScheduler.addTask(task)
39
}
40
}
41
42
export
{ saveTask, delTask, taskScheduler, startTaskScheduler }
Callers
nothing calls this directly
Calls
1
addTask
Method · 0.80
Tested by
no test coverage detected