Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setup.types.test.ts
File · 0.80
createSystem
Function · 0.80
executeCancel
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected