MCPcopy Create free account
hub / github.com/codecombat/codecombat / nextForAction

Method nextForAction

app/models/ThangType.js:696–701  ·  view source on GitHub ↗
(action)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected