Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ queueCreateTab
Method
queueCreateTab
emain/emain-window.ts:509–511 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
507
}
508
509
async
queueCreateTab() {
510
await
this._queueActionInternal({ op:
"createtab"
});
511
}
512
513
async
queueCloseTab(tabId: string) {
514
await
this._queueActionInternal({ op:
"closetab"
, tabId });
Callers
1
emain-window.ts
File · 0.80
Calls
1
_queueActionInternal
Method · 0.95
Tested by
no test coverage detected