MCPcopy Create free account
hub / github.com/TanStack/devtools / getStorageItem

Function getStorageItem

packages/devtools/src/utils/storage.ts:1–1  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

1export const getStorageItem = (key: string) => {
2 return localStorage.getItem(key)
3}
4export const setStorageItem = (key: string, value: string) => {

Callers 3

storage.test.tsFile · 0.90
getSettingsFunction · 0.90
getStateFromLocalStorageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected