(resource, jqxhr)
| 565 | // and apply them to sessions. Fetching each and every time is too costly. |
| 566 | |
| 567 | onFail (resource, jqxhr) { |
| 568 | if (this.destroyed) { return } |
| 569 | return this.trigger('error', this, jqxhr) |
| 570 | } |
| 571 | |
| 572 | inTopSessions () { |
| 573 | let needle |
nothing calls this directly
no outgoing calls
no test coverage detected