()
| 291 | } |
| 292 | |
| 293 | export function getInternalEndpoint(): InternalEndpoint | null { |
| 294 | return endpoint |
| 295 | } |
| 296 | |
| 297 | /** Main-process DatabaseManager backing the internal server (null before startup). */ |
| 298 | export function getInternalDbManager(): DatabaseManager | null { |
no outgoing calls
no test coverage detected