Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ pageTitle
Function
pageTitle
site/src/utils/page.ts:1–5 ·
view source on GitHub ↗
( ...crumbs: Array<string | boolean | undefined | null> )
Source
from the content-addressed store, hash-verified
1
export
const
pageTitle = (
2
...crumbs: Array<string | boolean | undefined | null>
3
): string => {
4
return
[...crumbs,
"Coder"
].filter(Boolean).join(
" - "
);
5
};
Callers
15
WorkspaceReadyPage
Function · 0.90
CreateTemplatesGalleryPage
Function · 0.90
CreateGroupPage
Function · 0.90
GroupPage
Function · 0.90
GroupsPage
Function · 0.90
ProvidersPage
Function · 0.90
UpdateProviderPageView
Function · 0.90
AddProviderPage
Function · 0.90
IconsPage
Function · 0.90
ConnectionLogPage
Function · 0.90
EditUserPage
Function · 0.90
CliAuthenticationPage
Function · 0.90
Calls
1
filter
Method · 0.80
Tested by
no test coverage detected