MCPcopy 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

1const localStorageMock = (): Storage => {
2 const store = new Map<string, string>();
3
4 return {

Callers

nothing calls this directly

Calls 1

localStorageMockFunction · 0.85

Tested by

no test coverage detected