MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / destroy

Method destroy

emain/emain-window.ts:644–648  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

642 }
643
644 destroy() {
645 console.log("destroy win", this.waveWindowId);
646 this.deleteAllowed = true;
647 super.destroy();
648 }
649}
650
651export function getWaveWindowByTabId(tabId: string): WaveBrowserWindow {

Callers 4

constructorMethod · 0.95
removeAllChildViewsMethod · 0.45
removeTabViewMethod · 0.45
emain-window.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected