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