Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiann/hapi
/ getActiveSessions
Method
getActiveSessions
hub/src/sync/sessionCache.ts:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
getActiveSessions(): Session[] {
63
return
this.getSessions().filter((session) => session.active)
64
}
65
66
getOrCreateSession(
67
tag: string,
Callers
nothing calls this directly
Calls
1
getSessions
Method · 0.95
Tested by
no test coverage detected