Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
660
function
createTab() {
661
getApi().createTab();
662
}
663
664
function
setActiveTab(tabId: string) {
665
getApi().setActiveTab(tabId);
Callers
1
registerGlobalKeys
Function · 0.90
Calls
1
getApi
Function · 0.70
Tested by
no test coverage detected