()
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected