MCPcopy
hub / github.com/pmndrs/jotai / get

Function get

tests/react/vanilla-utils/atomWithStorage.test.tsx:436–438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

434 Object.defineProperties(window, {
435 localStorage: {
436 get() {
437 throw new Error('localStorage is not available.')
438 },
439 },
440 sessionStorage: {
441 get() {

Callers 15

loadable.test.tsxFile · 0.70
splitAtom.test.tsxFile · 0.70
abortable.test.tsxFile · 0.50
items.test.tsxFile · 0.50
async.test.tsxFile · 0.50
onmount.test.tsxFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected