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

Function FormatGroupEmail

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

Source from the content-addressed store, hash-verified

552}
553
554func FormatGroupEmail(email string) string {
555 return fmt.Sprintf("%s%s", GroupPrefix, email)
556}
557
558// IsWorkloadIdentityEmail checks if the email is a workload identity email.
559func IsWorkloadIdentityEmail(email string) bool {

Callers 5

FormatGroupNameFunction · 0.92
GetUserGroupsSnapshotMethod · 0.92
getGroupMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected