MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / GetPrimaryEmailAddress

Method GetPrimaryEmailAddress

pkg/ttnpb/user.pb.go:465–470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

463}
464
465func (x *User) GetPrimaryEmailAddress() string {
466 if x != nil {
467 return x.PrimaryEmailAddress
468 }
469 return ""
470}
471
472func (x *User) GetPrimaryEmailAddressValidatedAt() *timestamppb.Timestamp {
473 if x != nil {

Callers 2

ValidateFieldsMethod · 0.95
ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected