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

Function projectV1Name

frontend/src/utils/v1/project.ts:10–16  ·  view source on GitHub ↗
(project: Project)

Source from the content-addressed store, hash-verified

8};
9
10export function projectV1Name(project: Project) {
11 if (isDefaultProject(project.name)) {
12 return "Unassigned";
13 }
14
15 return project.title;
16}
17
18export function filterProjectV1ListByKeyword<T extends Project>(
19 projectList: T[],

Callers 1

DatabaseHoverPanelFunction · 0.90

Calls 1

isDefaultProjectFunction · 0.90

Tested by

no test coverage detected