Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ isTabWindow
Function
isTabWindow
frontend/app/store/windowtype.ts:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
function
isTabWindow(): boolean {
16
return
waveWindowType ===
"tab"
;
17
}
18
19
function
isPreviewWindow(): boolean {
20
return
waveWindowType ===
"preview"
;
Callers
1
appHandleKeyDown
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected