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

Method recordSessionActivity

hub/src/sync/syncEngine.ts:328–330  ·  view source on GitHub ↗
(sessionId: string, updatedAt: number)

Source from the content-addressed store, hash-verified

326 }
327
328 recordSessionActivity(sessionId: string, updatedAt: number): void {
329 this.sessionCache.recordSessionActivity(sessionId, updatedAt)
330 }
331
332 handleMachineAlive(payload: { machineId: string; time: number }): void {
333 this.machineCache.handleMachineAlive(payload)

Callers 6

constructorMethod · 0.95
startHubFunction · 0.45
sendMessageMethod · 0.45
importSingleCodexSessionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected