Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ localStorage.ts
File
localStorage.ts
site/src/testHelpers/localStorage.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
localStorageMock = (): Storage => {
2
const
store =
new
Map<string, string>();
3
4
return
{
Callers
nothing calls this directly
Calls
1
localStorageMock
Function · 0.85
Tested by
no test coverage detected