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

Method otherTeam

app/views/play/menu/MyCodeView.js:125–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 }
124
125 otherTeam () {
126 const teams = _.without(['humans', 'ogres'], this.options.team)
127 return teams[0]
128 }
129
130 teacherOnline () {
131 console.log('what online?', this.wsBus?.wsInfos?.friends?.[this.teacherID], this.teacherID)

Callers 1

onClickSwitchTeamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected