MCPcopy
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

getNextTabFunction · 0.85
getPrevTabFunction · 0.85
getFirstTabFunction · 0.85
getLastTabFunction · 0.85
getChildrenFunction · 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…