()
| 116 | } |
| 117 | |
| 118 | disconnect(): void { |
| 119 | this.state.connected = false |
| 120 | this.state.connectedAt = null |
| 121 | this.state.operations = [] |
| 122 | } |
| 123 | |
| 124 | isConnected(): boolean { |
| 125 | return this.state.connected |
no outgoing calls
no test coverage detected