Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ environmentNameFromId
Function
environmentNameFromId
frontend/src/react/stores/app/workspace.ts:109–111 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
107
}
108
109
function
environmentNameFromId(id: string) {
110
return
`environments/${id}`;
111
}
112
113
function
convertEnvironmentList(
114
environments: EnvironmentSetting_Environment[]
Callers
1
convertEnvironmentList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected