MCPcopy
hub / github.com/mudler/LocalAGI / Get

Method Get

core/scheduler/interfaces.go:13–13  ·  view source on GitHub ↗

Get retrieves a task by ID

(id string)

Source from the content-addressed store, hash-verified

11
12 // Get retrieves a task by ID
13 Get(id string) (*Task, error)
14
15 // GetAll retrieves all tasks
16 GetAll() ([]*Task, error)

Callers 15

GetTaskMethod · 0.65
PauseTaskMethod · 0.65
ResumeTaskMethod · 0.65
scheduler_test.goFile · 0.65
agent_test.goFile · 0.65
state_test.goFile · 0.65
ensureForkMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65

Implementers 1

JSONStorecore/scheduler/json_store.go

Calls

no outgoing calls

Tested by

no test coverage detected