MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / hasFiredSessionStart

Function hasFiredSessionStart

packages/studio/src/telemetry/config.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44const SESSION_FIRED_KEY = "hyperframes-studio:sessionStartFired";
45
46export function hasFiredSessionStart(): boolean {
47 return safeSessionStorage()?.getItem(SESSION_FIRED_KEY) === "1";
48}
49
50export function markSessionStartFired(): void {
51 try {

Callers 1

StudioAppFunction · 0.90

Calls 1

safeSessionStorageFunction · 0.90

Tested by

no test coverage detected