MCPcopy Create free account
hub / github.com/tiann/hapi / reloadAll

Method reloadAll

hub/src/sync/sessionCache.ts:160–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 }
159
160 reloadAll(): void {
161 const sessions = this.store.sessions.getSessions()
162 for (const session of sessions) {
163 this.refreshSession(session.id)
164 }
165 }
166
167 handleSessionAlive(payload: {
168 sid: string

Callers

nothing calls this directly

Calls 2

refreshSessionMethod · 0.95
getSessionsMethod · 0.45

Tested by

no test coverage detected