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

Function invalidAccountEmailError

backend/api/v1/account_email_validation.go:29–31  ·  view source on GitHub ↗
(kind, email string, err error)

Source from the content-addressed store, hash-verified

27}
28
29func invalidAccountEmailError(kind, email string, err error) error {
30 return errors.Wrapf(err, "invalid %s email %q", kind, email)
31}

Callers 11

GetWorkloadIdentityMethod · 0.85
CreateServiceAccountMethod · 0.85
GetServiceAccountMethod · 0.85
UpdateServiceAccountMethod · 0.85
DeleteServiceAccountMethod · 0.85
ExchangeTokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected