MCPcopy
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
279function getAllTabs(ws: Workspace): string[] {
280 return ws.tabids ?? [];
281}
282
283function switchTabAbs(index: number) {
284 console.log("switchTabAbs", index);

Callers 2

switchTabAbsFunction · 0.85
switchTabFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected