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

Function createTab

frontend/app/store/global.ts:660–662  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

658}
659
660function createTab() {
661 getApi().createTab();
662}
663
664function setActiveTab(tabId: string) {
665 getApi().setActiveTab(tabId);

Callers 1

registerGlobalKeysFunction · 0.90

Calls 1

getApiFunction · 0.70

Tested by

no test coverage detected