()
| 419 | } |
| 420 | |
| 421 | function isDisposed(): boolean { |
| 422 | return state === ConnectionState.Disposed; |
| 423 | } |
| 424 | |
| 425 | function closeHandler(): void { |
| 426 | if (state === ConnectionState.New || state === ConnectionState.Listening) { |
no outgoing calls
no test coverage detected