Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
function
isBuilderWindow(): boolean {
12
return
waveWindowType ===
"builder"
;
13
}
14
15
function
isTabWindow(): boolean {
16
return
waveWindowType ===
"tab"
;
Callers
7
aipanel.tsx
File · 0.90
getInstance
Method · 0.90
initializeFromMeta
Method · 0.90
getLeftGroupInitialPercentage
Method · 0.90
getInnerVTabInitialPercentage
Method · 0.90
getInnerAIPanelInitialPercentage
Method · 0.90
globalRefocus
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected