Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
const
getStorageItem = (key: string) => {
2
return
localStorage.getItem(key)
3
}
4
export
const
setStorageItem = (key: string, value: string) => {
Callers
3
storage.test.ts
File · 0.90
getSettings
Function · 0.90
getStateFromLocalStorage
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected