()
| 2471 | // Resume authentication handshake after it was paused for some |
| 2472 | // reason, e.g. waiting for a password from the user |
| 2473 | _resumeAuthentication() { |
| 2474 | // We use setTimeout() so it's run in its own context, just like |
| 2475 | // it originally did via the WebSocket's event handler |
| 2476 | setTimeout(this._initMsg.bind(this), 0); |
| 2477 | } |
| 2478 | |
| 2479 | _handleSetColourMapMsg() { |
| 2480 | Log.Debug("SetColorMapEntries"); |
no outgoing calls
no test coverage detected