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

Method setSessions

app/views/play/SpectateView.js:412–415  ·  view source on GitHub ↗
(sessionOne, sessionTwo)

Source from the content-addressed store, hash-verified

410 }
411
412 setSessions (sessionOne, sessionTwo) {
413 this.sessionOne = sessionOne
414 this.sessionTwo = sessionTwo
415 }
416
417 onNextGamePressed (e) {
418 return this.fetchRandomSessionPair((err, data) => {

Callers 2

loadRandomSessionsMethod · 0.95
onNextGamePressedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected