Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altic-dev/Pilot
/ getAllSessions
Method
getAllSessions
src/lib/session-store.ts:97–99 ·
view source on GitHub ↗
* Get all sessions
()
Source
from the content-addressed store, hash-verified
95
* Get all sessions
96
*/
97
getAllSessions(): SessionData[] {
98
return
Array.from(this.sessions.values());
99
}
100
101
/**
102
* Subscribe to session updates
Callers
1
repo-setup.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected