Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
368
function
removeWaveTabView(waveTabId: string): void {
369
if
(waveTabId == null) {
370
return
;
371
}
372
wcvCache.delete(waveTabId);
373
}
374
375
let
HotSpareTab: WaveTabView = null;
376
Callers
2
constructor
Method · 0.85
destroy
Method · 0.85
Calls
1
delete
Method · 0.80
Tested by
no test coverage detected