Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ getAllTabs
Function
getAllTabs
frontend/app/store/keymodel.ts:279–281 ·
view source on GitHub ↗
(ws: Workspace)
Source
from the content-addressed store, hash-verified
277
}
278
279
function
getAllTabs(ws: Workspace): string[] {
280
return
ws.tabids ?? [];
281
}
282
283
function
switchTabAbs(index: number) {
284
console.log(
"switchTabAbs"
, index);
Callers
2
switchTabAbs
Function · 0.85
switchTab
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected