Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/hyper
/ ChangeTabAction
Interface
ChangeTabAction
lib/constants/tabs.ts:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
type
: typeof CLOSE_TAB;
6
}
7
export
interface
ChangeTabAction {
8
type
: typeof CHANGE_TAB;
9
}
10
11
export
type
TabActions = CloseTabAction | ChangeTabAction;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected