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

Method reportResults

app/views/editor/verifier/VerifierTest.js:214–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 }
213
214 reportResults () {
215 return (typeof this.updateCallback === 'function' ? this.updateCallback({ test: this, state: this.state, testLogs: this.extractTestLogs() }) : undefined)
216 }
217
218 processSingleGameResults (e) {
219 this.goals = e.goalStates

Callers 6

registerMethod · 0.95
onUserCodeProblemMethod · 0.95
onNonUserCodeProblemMethod · 0.95
failMethod · 0.95

Calls 1

extractTestLogsMethod · 0.95

Tested by

no test coverage detected