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

Method suiteStarted

app/views/TestView.js:162–164  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

160 },
161
162 suiteStarted (result) {
163 return this.suiteStack.push(result.description)
164 },
165
166 suiteDone (result) {
167 return this.suiteStack.pop()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected