MCPcopy Create free account
hub / github.com/arctic-cli/interface / get

Function get

packages/arctic/src/session/todo.ts:32–36  ·  view source on GitHub ↗
(sessionID: string)

Source from the content-addressed store, hash-verified

30 }
31
32 export async function get(sessionID: string) {
33 return Storage.read<Info[]>(["todo", sessionID])
34 .then((x) => x || [])
35 .catch(() => [])
36 }
37}

Callers 2

message-v2.tsFile · 0.70
index.tsFile · 0.70

Calls 1

readMethod · 0.45

Tested by

no test coverage detected