Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/statelyai/xstate
/ invoke.test.ts
File
invoke.test.ts
packages/core/test/invoke.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ interval, of } from
'rxjs'
;
2
import
{ map, take } from
'rxjs/operators'
;
3
import
{ forwardTo, raise, sendTo } from
'../src/actions.ts'
;
4
import
{
Callers
nothing calls this directly
Calls
15
createMachine
Function · 0.90
sendParent
Function · 0.90
assign
Function · 0.90
sendTo
Function · 0.90
createActor
Function · 0.90
raise
Function · 0.90
fromCallback
Function · 0.90
forwardTo
Function · 0.90
fromPromise
Function · 0.90
fromObservable
Function · 0.90
fromEventObservable
Function · 0.90
fromTransition
Function · 0.90
Tested by
no test coverage detected