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

Function isBuilderWindow

frontend/app/store/windowtype.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11function isBuilderWindow(): boolean {
12 return waveWindowType === "builder";
13}
14
15function isTabWindow(): boolean {
16 return waveWindowType === "tab";

Callers 7

aipanel.tsxFile · 0.90
getInstanceMethod · 0.90
initializeFromMetaMethod · 0.90
globalRefocusFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected