()
| 19 | }), |
| 20 | key: vi.fn((i: number) => Object.keys(store)[i] ?? null), |
| 21 | get length() { |
| 22 | return Object.keys(store).length |
| 23 | }, |
| 24 | } as unknown as Storage |
| 25 | |
| 26 | if (typeof window === "undefined") { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…