MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / InitialTasks

Function InitialTasks

internal/bootstrap/data/task.go:22–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func InitialTasks() []model.TaskItem {
23 initialTaskItems = []model.TaskItem{
24 {Key: "copy", PersistData: "[]"},
25 {Key: "move", PersistData: "[]"},
26 {Key: "download", PersistData: "[]"},
27 {Key: "transfer", PersistData: "[]"},
28 }
29 return initialTaskItems
30}

Callers 1

initTasksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected