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

Method GetCreatedAt

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

Source from the content-addressed store, hash-verified

413}
414
415func (x *User) GetCreatedAt() *timestamppb.Timestamp {
416 if x != nil {
417 return x.CreatedAt
418 }
419 return nil
420}
421
422func (x *User) GetUpdatedAt() *timestamppb.Timestamp {
423 if x != nil {

Callers 2

ValidateFieldsMethod · 0.95
handleDeviceRegistryTestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected