Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
export
function
setDocumentTitle(...segments: string[]): void {
17
document.title = buildDocumentTitle(...segments);
18
}
Callers
9
ProjectRouteShell
Function · 0.90
SettingRouteShell
Function · 0.90
setAppLocale
Function · 0.90
ProjectReleaseDetailPage
Function · 0.90
useIssueDetailPage
Function · 0.90
usePlanDetailPage
Function · 0.90
InstanceDetailPage
Function · 0.90
SQLReviewDetailPage
Function · 0.90
ProfilePage
Function · 0.90
Calls
1
buildDocumentTitle
Function · 0.85
Tested by
no test coverage detected