MCPcopy Index your code
hub / github.com/jakesgordon/javascript-state-machine / visualize

Function visualize

lib/visualize.js:112–114  ·  view source on GitHub ↗
(fsm, options)

Source from the content-addressed store, hash-verified

110//-------------------------------------------------------------------------------------------------
111
112function visualize(fsm, options) {
113 return dotify(dotcfg(fsm, options));
114}
115
116//-------------------------------------------------------------------------------------------------
117

Callers 6

visualize.jsFile · 0.50
horizontal_door.jsFile · 0.50
wizard.jsFile · 0.50
vertical_door.jsFile · 0.50
atm.jsFile · 0.50
matter.jsFile · 0.50

Calls 2

dotifyFunction · 0.70
dotcfgFunction · 0.70

Tested by

no test coverage detected