Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ formatEnvironmentName
Function
formatEnvironmentName
frontend/src/types/v1/environment.ts:52–54 ·
view source on GitHub ↗
(envId: string)
Source
from the content-addressed store, hash-verified
50
};
51
52
export
const
formatEnvironmentName = (envId: string): string => {
53
return
`${environmentNamePrefix}${envId}`;
54
};
Callers
11
EnvironmentSelect
Function · 0.90
idForSQLEditorTreeNodeTarget
Function · 0.90
createUnknownDatabase
Function · 0.90
PlanTable
Function · 0.90
DatabaseDetailHeader
Function · 0.90
IssueDetailDatabaseCreateEnvironment
Function · 0.90
EnvironmentName
Function · 0.90
fetchPolicy
Function · 0.90
save
Function · 0.90
handleDelete
Function · 0.90
unknownDatabase
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected