* Closes the connection.
()
| 940 | * Closes the connection. |
| 941 | */ |
| 942 | async close(): Promise<void> { |
| 943 | await this._transport?.close(); |
| 944 | } |
| 945 | |
| 946 | /** |
| 947 | * A method to check if a capability is supported by the remote side, for the given method to be called. |
nothing calls this directly
no test coverage detected
searching dependent graphs…