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

Method GetEmail

backend/generated-go/v1/setting_service.pb.go:879–886  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

877}
878
879func (x *SettingValue) GetEmail() *EmailSetting {
880 if x != nil {
881 if x, ok := x.Value.(*SettingValue_Email); ok {
882 return x.Email
883 }
884 }
885 return nil
886}
887
888type isSettingValue_Value interface {
889 isSettingValue_Value()

Callers 1

EqualMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected