Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/adobe/react-spectrum
/ title
Function
title
packages/dev/s2-docs/src/Nav.tsx:221–223 ·
view source on GitHub ↗
(page)
Source
from the content-addressed store, hash-verified
219
}
220
221
function title(page) {
222
return page.exports?.title ?? page.tableOfContents?.[0]?.title ?? page.name;
223
}
224
225
function isIntroduction(page) {
226
return page.url.endsWith(
'/'
);
Callers
4
Nav
Function · 0.85
HorizontalCard.tsx
File · 0.85
CoachMark.tsx
File · 0.85
Card.tsx
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected