MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp

Function _temp

src/components/design-system/Tabs.tsx:253–255  ·  view source on GitHub ↗
(child)

Source from the content-addressed store, hash-verified

251 return n + 1;
252}
253function _temp(child) {
254 return [child.props.id ?? child.props.title, child.props.title];
255}
256type TabProps = {
257 title: string;
258 id?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected