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

Method removeTabViewLater

emain/emain-window.ts:529–533  ·  view source on GitHub ↗
(tabId: string, delayMs: number)

Source from the content-addressed store, hash-verified

527 }
528
529 private removeTabViewLater(tabId: string, delayMs: number) {
530 setTimeout(() => {
531 this.removeTabView(tabId, false);
532 }, delayMs);
533 }
534
535 // the queue and this function are used to serialize operations that update the window contents view
536 // processActionQueue will replace [1] if it is already set

Callers 1

processActionQueueMethod · 0.95

Calls 1

removeTabViewMethod · 0.95

Tested by

no test coverage detected