MCPcopy
hub / github.com/statelyai/xstate / cancel

Method cancel

packages/core/src/system.ts:35–35  ·  view source on GitHub ↗
(source: AnyActorRef, id: string)

Source from the content-addressed store, hash-verified

33 id: string | undefined
34 ): void;
35 cancel(source: AnyActorRef, id: string): void;
36 cancelAll(actorRef: AnyActorRef): void;
37}
38

Callers 3

createSystemFunction · 0.80
executeCancelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected