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

Function removeWaveTabView

emain/emain-tabview.ts:368–373  ·  view source on GitHub ↗
(waveTabId: string)

Source from the content-addressed store, hash-verified

366}
367
368function removeWaveTabView(waveTabId: string): void {
369 if (waveTabId == null) {
370 return;
371 }
372 wcvCache.delete(waveTabId);
373}
374
375let HotSpareTab: WaveTabView = null;
376

Callers 2

constructorMethod · 0.85
destroyMethod · 0.85

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected