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

Method handleUserOnline

app/views/courses/CoursesView.js:348–350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

346 }
347
348 handleUserOnline () {
349 return this.renderSelectors('.teacher-icon')
350 }
351
352 isTeacherOnline (id) {
353 return __guard__(__guard__(__guard__(__guard__(typeof application !== 'undefined' && application !== null ? application.wsBus : undefined, x3 => x3.wsInfos), x2 => x2.friends), x1 => x1[id]), x => x.online)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected