MCPcopy Create free account
hub / github.com/dailydotdev/apps / getStorageKey

Function getStorageKey

packages/shared/src/lib/liveRoom/resumeSessionStorage.ts:32–33  ·  view source on GitHub ↗
(roomId: string)

Source from the content-addressed store, hash-verified

30};
31
32const getStorageKey = (roomId: string): string =>
33 `${storageKeyPrefix}${roomId}`;
34
35const clearStoredSessionByKey = (roomId: string): void => {
36 readStorage().removeItem(getStorageKey(roomId));

Calls

no outgoing calls

Tested by

no test coverage detected