MCPcopy
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

1import { interval, of } from 'rxjs';
2import { map, take } from 'rxjs/operators';
3import { forwardTo, raise, sendTo } from '../src/actions.ts';
4import {

Callers

nothing calls this directly

Calls 15

createMachineFunction · 0.90
sendParentFunction · 0.90
assignFunction · 0.90
sendToFunction · 0.90
createActorFunction · 0.90
raiseFunction · 0.90
fromCallbackFunction · 0.90
forwardToFunction · 0.90
fromPromiseFunction · 0.90
fromObservableFunction · 0.90
fromEventObservableFunction · 0.90
fromTransitionFunction · 0.90

Tested by

no test coverage detected