MCPcopy
hub / github.com/wavetermdev/waveterm / getAllBuilderWindows

Function getAllBuilderWindows

emain/emain-builder.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

emain.tsFile · 0.90
openBuilderWindowFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected