MCPcopy 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
109function environmentNameFromId(id: string) {
110 return `environments/${id}`;
111}
112
113function convertEnvironmentList(
114 environments: EnvironmentSetting_Environment[]

Callers 1

convertEnvironmentListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected