MCPcopy Create free account
hub / github.com/bytebase/bytebase / setDocumentTitle

Function setDocumentTitle

frontend/src/utils/document-title.ts:16–18  ·  view source on GitHub ↗
(...segments: string[])

Source from the content-addressed store, hash-verified

14}
15
16export function setDocumentTitle(...segments: string[]): void {
17 document.title = buildDocumentTitle(...segments);
18}

Callers 9

ProjectRouteShellFunction · 0.90
SettingRouteShellFunction · 0.90
setAppLocaleFunction · 0.90
ProjectReleaseDetailPageFunction · 0.90
useIssueDetailPageFunction · 0.90
usePlanDetailPageFunction · 0.90
InstanceDetailPageFunction · 0.90
SQLReviewDetailPageFunction · 0.90
ProfilePageFunction · 0.90

Calls 1

buildDocumentTitleFunction · 0.85

Tested by

no test coverage detected