MCPcopy
hub / github.com/coder/mux / toggleTab

Function toggleTab

src/browser/utils/rightSidebarLayout.ts:473–475  ·  view source on GitHub ↗
(state: RightSidebarLayoutState, tab: TabType)

Source from the content-addressed store, hash-verified

471}
472
473export function toggleTab(state: RightSidebarLayoutState, tab: TabType): RightSidebarLayoutState {
474 return hasTab(state, tab) ? removeTabEverywhere(state, tab) : selectOrAddTab(state, tab);
475}
476
477/**
478 * Collect all tabs from all tabsets with their tabset IDs.

Callers 1

buildToggleTabCommandFunction · 0.90

Calls 3

hasTabFunction · 0.85
removeTabEverywhereFunction · 0.85
selectOrAddTabFunction · 0.85

Tested by

no test coverage detected