MCPcopy 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
15function isTabWindow(): boolean {
16 return waveWindowType === "tab";
17}
18
19function isPreviewWindow(): boolean {
20 return waveWindowType === "preview";

Callers 1

appHandleKeyDownFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected