Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/temporalio/temporal
/ SetStateMachineState
Method
SetStateMachineState
chasm/statemachine.go:20–20 ·
view source on GitHub ↗
(S)
Source
from the content-addressed store, hash-verified
18
type
StateMachine[S comparable]
interface
{
19
StateMachineState() S
20
SetStateMachineState(S)
21
}
22
23
// Transition represents a state machine transition for a machine of type SM with state S and event E.
Callers
3
Apply
Method · 0.65
TestCancellationStateMachineState
Function · 0.65
TestHandleCancelCommand
Function · 0.65
Calls
no outgoing calls
Tested by
2
TestCancellationStateMachineState
Function · 0.52
TestHandleCancelCommand
Function · 0.52