()
| 29 | } |
| 30 | |
| 31 | export function getAllBuilderWindows(): BuilderWindowType[] { |
| 32 | return builderWindows; |
| 33 | } |
| 34 | |
| 35 | export async function createBuilderWindow(appId: string): Promise<BuilderWindowType> { |
| 36 | const builderId = randomUUID(); |
no outgoing calls
no test coverage detected