()
| 340 | * Must be called before createWindow(). |
| 341 | */ |
| 342 | export function registerInternalApiIpc(): void { |
| 343 | ipcMain.handle('internal-api:getEndpoint', () => getInternalEndpoint()) |
| 344 | } |
| 345 | |
| 346 | // ==================== Auth Hook (Internal Only) ==================== |
| 347 |
no test coverage detected