Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ifandelse/machina.js
/ reachPayment
Function
reachPayment
examples/with-react/src/fsm.test.ts:48–51 ·
view source on GitHub ↗
(fsm: any)
Source
from the content-addressed store, hash-verified
46
}
47
48
function
reachPayment(fsm: any): void {
49
fsm.handle(
"selectNewCustomer"
);
50
fsm.handle(
"next"
, PERSONAL_DETAILS_ZAPHOD);
51
}
52
53
function
reachReview(fsm: any): void {
54
fsm.handle(
"selectNewCustomer"
);
Callers
1
fsm.test.ts
File · 0.85
Calls
1
handle
Method · 0.65
Tested by
no test coverage detected