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

Function FormatUserEmail

backend/common/resource_name.go:550–552  ·  view source on GitHub ↗
(email string)

Source from the content-addressed store, hash-verified

548}
549
550func FormatUserEmail(email string) string {
551 return fmt.Sprintf("%s%s", UserNamePrefix, email)
552}
553
554func FormatGroupEmail(email string) string {
555 return fmt.Sprintf("%s%s", GroupPrefix, email)

Callers 15

formatMemberNameByTypeFunction · 0.92
GetUserGroupsMethod · 0.92
formatUserNameByTypeFunction · 0.92
ListWorkspacesByEmailMethod · 0.92
UpdateUserEmailMethod · 0.92
CreateProjectMethod · 0.92
TestUpdateUserEmailFunction · 0.92
signupAndLoginMethod · 0.92
convertToReleaseFunction · 0.92
convertToIssueMethod · 0.92

Calls

no outgoing calls

Tested by 1

TestUpdateUserEmailFunction · 0.74