Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ isValidProjectName
Function
isValidProjectName
frontend/src/types/v1/project.ts:37–41 ·
view source on GitHub ↗
(name: string | undefined)
Source
from the content-addressed store, hash-verified
35
};
36
37
export
const
isValidProjectName = (name: string | undefined) => {
38
return
(
39
!!name && name.startsWith(
"projects/"
) && name !== UNKNOWN_PROJECT_NAME
40
);
41
};
Callers
14
ProjectSelect
Function · 0.90
useIssueSearchScopeOptions
Function · 0.90
Quickstart
Function · 0.90
CreateDatabaseSheet
Function · 0.90
SQLEditorRouteShell
Function · 0.90
syncURL
Function · 0.90
AsidePanel
Function · 0.90
ConnectionPaneInner
Function · 0.90
getListQueryHistoryFilter
Function · 0.90
getQueryHistoryCacheKey
Function · 0.90
createWorksheetSaveSlice
Function · 0.90
buildUserFilter
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected