MCPcopy Create free account
hub / github.com/ShivaBhattacharjee/KeyZen / readStoredCodeChapter

Function readStoredCodeChapter

lib/test-storage.ts:98–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96}
97
98export function readStoredCodeChapter(): string | undefined {
99 if (!isBrowser()) return undefined
100 return localStorage.getItem(CODE_CHAPTER_STORAGE_KEY) || undefined
101}
102
103export function readStoredCodeExt(): string | undefined {
104 if (!isBrowser()) return undefined

Callers 1

useTypingTestFunction · 0.90

Calls 1

isBrowserFunction · 0.70

Tested by

no test coverage detected