MCPcopy Create free account
hub / github.com/astercloud/aster / LoadTodos

Method LoadTodos

pkg/store/interface.go:46–46  ·  view source on GitHub ↗

LoadTodos 加载Todo列表

(ctx context.Context, agentID string)

Source from the content-addressed store, hash-verified

44
45 // LoadTodos 加载Todo列表
46 LoadTodos(ctx context.Context, agentID string) (any, error)
47
48 // DeleteAgent 删除Agent所有数据
49 DeleteAgent(ctx context.Context, agentID string) error

Callers 2

loadFileDataMethod · 0.65
loadAllFileMetaMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected