MCPcopy Create free account
hub / github.com/bytebase/bytebase / FormatWorkspace

Function FormatWorkspace

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

Source from the content-addressed store, hash-verified

540}
541
542func FormatWorkspace(id string) string {
543 return fmt.Sprintf("%s%s", WorkspacePrefix, id)
544}
545
546func FormatProject(id string) string {
547 return fmt.Sprintf("%s%s", ProjectNamePrefix, id)

Callers 13

getServerInfoMethod · 0.92
CreateUserMethod · 0.92
convertToUserFunction · 0.92
createAuditLogMethod · 0.92
SignupMethod · 0.92
finalizeLoginMethod · 0.92
GetWorkspaceMethod · 0.92

Calls

no outgoing calls

Tested by 1