Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/statelyai/xstate
/ get
Function
get
packages/xstate-store/test/persist.test.ts:762–764 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
760
Object.defineProperty(globalThis,
'localStorage'
, {
761
configurable: true,
762
get() {
763
throw
new
Error(
'no localStorage'
);
764
}
765
});
766
767
try {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected