* After initialization has completed, this will be populated with the client's reported capabilities.
()
| 454 | * After initialization has completed, this will be populated with the client's reported capabilities. |
| 455 | */ |
| 456 | getClientCapabilities(): ClientCapabilities | undefined { |
| 457 | return this._clientCapabilities; |
| 458 | } |
| 459 | |
| 460 | /** |
| 461 | * After initialization has completed, this will be populated with information about the client's name and version. |
no outgoing calls
no test coverage detected