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

Method teacherOnline

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

Source from the content-addressed store, hash-verified

128 }
129
130 teacherOnline () {
131 console.log('what online?', this.wsBus?.wsInfos?.friends?.[this.teacherID], this.teacherID)
132 return this.wsBus?.wsInfos?.friends?.[this.teacherID]?.online
133 }
134 }
135 MyCodeView.initClass()
136 return MyCodeView

Callers

nothing calls this directly

Calls 1

logMethod · 0.80

Tested by

no test coverage detected