MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/utils/sessionStorage.ts:532–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530const REMOTE_FLUSH_INTERVAL_MS = 10
531
532class Project {
533 // Minimal cache for current session only (not all sessions)
534 currentSessionTag: string | undefined
535 currentSessionTitle: string | undefined

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected