* Check if a server is running in this process.
()
| 500 | * Check if a server is running in this process. |
| 501 | */ |
| 502 | isServerRunning(): boolean { |
| 503 | return this.server !== null; |
| 504 | } |
| 505 | |
| 506 | /** |
| 507 | * Get the path to the server lockfile (for displaying to users). |
no outgoing calls
no test coverage detected