MCPcopy 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

1export const pageTitle = (
2 ...crumbs: Array<string | boolean | undefined | null>
3): string => {
4 return [...crumbs, "Coder"].filter(Boolean).join(" - ");
5};

Callers 15

WorkspaceReadyPageFunction · 0.90
CreateGroupPageFunction · 0.90
GroupPageFunction · 0.90
GroupsPageFunction · 0.90
ProvidersPageFunction · 0.90
UpdateProviderPageViewFunction · 0.90
AddProviderPageFunction · 0.90
IconsPageFunction · 0.90
ConnectionLogPageFunction · 0.90
EditUserPageFunction · 0.90
CliAuthenticationPageFunction · 0.90

Calls 1

filterMethod · 0.80

Tested by

no test coverage detected