MCPcopy Index your code
hub / github.com/bytebase/bytebase / FormatProject

Function FormatProject

backend/common/resource_name.go:546–548  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

544}
545
546func FormatProject(id string) string {
547 return fmt.Sprintf("%s%s", ProjectNamePrefix, id)
548}
549
550func FormatUserEmail(email string) string {
551 return fmt.Sprintf("%s%s", UserNamePrefix, email)

Callers 15

CreateProjectMethod · 0.92
UpdateDatabaseGroupMethod · 0.92
getServerInfoMethod · 0.92
convertToProjectFunction · 0.92
SetIamPolicyMethod · 0.92
TestWebhookMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected