Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/reactjs/react-tabs
/ getTab
Function
getTab
src/components/UncontrolledTabs.jsx:168–170 ·
view source on GitHub ↗
(index)
Source
from the content-addressed store, hash-verified
166
}
167
168
function getTab(index) {
169
return tabNodes.current[`tabs-${index}`];
170
}
171
172
function getChildren() {
173
let index = 0;
Callers
5
getNextTab
Function · 0.85
getPrevTab
Function · 0.85
getFirstTab
Function · 0.85
getLastTab
Function · 0.85
getChildren
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…