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

Method GetUpdatedAt

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

Source from the content-addressed store, hash-verified

420}
421
422func (x *User) GetUpdatedAt() *timestamppb.Timestamp {
423 if x != nil {
424 return x.UpdatedAt
425 }
426 return nil
427}
428
429func (x *User) GetDeletedAt() *timestamppb.Timestamp {
430 if x != nil {

Callers 7

ValidateFieldsMethod · 0.95
fromPBRoutingPolicyFunction · 0.45
handleDeviceRegistryTestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected