(action)
| 694 | } |
| 695 | |
| 696 | nextForAction (action) { |
| 697 | let next = true |
| 698 | if (action.goesTo) { next = action.goesTo } |
| 699 | if (action.loops === false) { next = false } |
| 700 | return next |
| 701 | } |
| 702 | |
| 703 | noRawData () { return !this.get('raw') } |
| 704 |
nothing calls this directly
no outgoing calls
no test coverage detected