* Get information about the running server. * Returns null if no server is running in this process.
()
| 493 | * Returns null if no server is running in this process. |
| 494 | */ |
| 495 | getServerInfo(): ServerInfo | null { |
| 496 | return this.serverInfo; |
| 497 | } |
| 498 | |
| 499 | /** |
| 500 | * Check if a server is running in this process. |
no outgoing calls
no test coverage detected