MCPcopy Create free account
hub / github.com/jakesgordon/javascript-state-machine / StateMachine

Function StateMachine

lib/state-machine.js:586–588  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

584//-----------------------------------------------------------------------------------------------
585
586function StateMachine(options) {
587 return apply(this || {}, options);
588}
589
590function factory() {
591 var cstor, options;

Callers

nothing calls this directly

Calls 1

applyFunction · 0.70

Tested by

no test coverage detected