Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/statelyai/xstate
/ get
Method
get
packages/xstate-store/src/atom.ts:19–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
_snapshot: T;
18
_update(getValue?: T | ((snapshot: T) => T)): boolean;
19
get(): T;
20
subscribe(observerOrFn: Observer<T> | ((value: T) => void)): Subscription;
21
}
22
Callers
15
useSelector
Function · 0.80
index.test.tsx
File · 0.80
types.test.tsx
File · 0.80
atom.test.ts
File · 0.80
constructor
Method · 0.80
postMessage
Method · 0.80
close
Method · 0.80
store.test.ts
File · 0.80
select.test.ts
File · 0.80
emit
Function · 0.80
on
Function · 0.80
get
Function · 0.80
Calls
no outgoing calls
Tested by
6
constructor
Method · 0.64
postMessage
Method · 0.64
close
Method · 0.64
App
Function · 0.64
App
Function · 0.64
Test
Function · 0.64