MCPcopy Create free account
hub / github.com/devfeel/dottask / GetAllTasks

Method GetAllTasks

tasks.go:335–337  ·  view source on GitHub ↗

GetAllTasks get all tasks

()

Source from the content-addressed store, hash-verified

333
334// GetAllTasks get all tasks
335func (service *TaskService) GetAllTasks() map[string]Task {
336 return service.taskMap
337}
338
339// RemoveAllTask remove all task
340func (service *TaskService) RemoveAllTask() {

Callers 4

TaskOutputHttpHandlerMethod · 0.95
GetAllTaskCountInfoMethod · 0.95
defaultLogCounterInfoMethod · 0.95
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected