Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ifandelse/machina.js
/ fsm.test.ts
File
fsm.test.ts
packages/machina/src/fsm.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* eslint-disable @typescript-eslint/no-explicit-any */
2
export
default {};
3
4
import
{ createFsm } from
"./fsm"
;
Callers
nothing calls this directly
Calls
13
createFsm
Function · 0.90
makeTrafficConfig
Function · 0.85
makeChildFsm
Function · 0.70
handle
Method · 0.65
dispose
Method · 0.65
emit
Method · 0.65
compositeState
Method · 0.65
canHandle
Method · 0.65
reset
Method · 0.65
currentState
Method · 0.45
on
Method · 0.45
transition
Method · 0.45
Tested by
no test coverage detected