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

Method queueCloseTab

emain/emain-window.ts:513–515  ·  view source on GitHub ↗
(tabId: string)

Source from the content-addressed store, hash-verified

511 }
512
513 async queueCloseTab(tabId: string) {
514 await this._queueActionInternal({ op: "closetab", tabId });
515 }
516
517 private async _queueActionInternal(entry: WindowActionQueueEntry) {
518 if (this.actionQueue.length >= 2) {

Callers 1

emain-window.tsFile · 0.80

Calls 1

_queueActionInternalMethod · 0.95

Tested by

no test coverage detected