* After initialization has completed, this will be populated with information about the server's name and version.
()
| 545 | * After initialization has completed, this will be populated with information about the server's name and version. |
| 546 | */ |
| 547 | getServerVersion(): Implementation | undefined { |
| 548 | return this._serverVersion; |
| 549 | } |
| 550 | |
| 551 | /** |
| 552 | * After initialization has completed, this may be populated with information about the server's instructions. |
no outgoing calls
no test coverage detected