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

Method GetServerTime

pkg/ttnpb/lorawan.pb.go:3384–3389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3382}
3383
3384func (x *UplinkToken) GetServerTime() *timestamppb.Timestamp {
3385 if x != nil {
3386 return x.ServerTime
3387 }
3388 return nil
3389}
3390
3391func (x *UplinkToken) GetConcentratorTime() int64 {
3392 if x != nil {

Callers 2

ValidateFieldsMethod · 0.95
syncWithUplinkTokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected