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

Function isPreviewWindow

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

Source from the content-addressed store, hash-verified

17}
18
19function isPreviewWindow(): boolean {
20 return waveWindowType === "preview";
21}
22
23function setWaveWindowType(windowType: "tab" | "builder" | "preview") {
24 waveWindowType = windowType;

Callers 11

MockBoundaryFunction · 0.90
getConnConfigKeyAtomFunction · 0.90
getOverrideConfigAtomFunction · 0.90
getSettingsKeyAtomFunction · 0.90
getConfigBackgroundAtomFunction · 0.90
getSettingsPrefixAtomFunction · 0.90
recordTEventFunction · 0.90
updateWaveEventSubFunction · 0.90
mockObjectForPreviewFunction · 0.90
GetObjectFunction · 0.90
endpoints.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected