| 905 | } |
| 906 | |
| 907 | interface CreateWindowOptions { |
| 908 | initialVaultRoot?: string | null |
| 909 | inheritWorkspaceFrom?: BrowserWindow | null |
| 910 | persistInitialVault?: boolean |
| 911 | } |
| 912 | |
| 913 | async function createWindow(options: CreateWindowOptions = {}): Promise<BrowserWindow> { |
| 914 | const createWindowStartedAt = performance.now() |
nothing calls this directly
no outgoing calls
no test coverage detected