MCPcopy 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
52export const formatEnvironmentName = (envId: string): string => {
53 return `${environmentNamePrefix}${envId}`;
54};

Callers 11

EnvironmentSelectFunction · 0.90
createUnknownDatabaseFunction · 0.90
PlanTableFunction · 0.90
DatabaseDetailHeaderFunction · 0.90
EnvironmentNameFunction · 0.90
fetchPolicyFunction · 0.90
saveFunction · 0.90
handleDeleteFunction · 0.90
unknownDatabaseFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected