Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.70
index.ts
File · 0.70
Calls
1
read
Method · 0.45
Tested by
no test coverage detected