Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ GetUpdatedAt
Method
GetUpdatedAt
pkg/ttnpb/client.pb.go:209–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
}
208
209
func
(x *Client) GetUpdatedAt() *timestamppb.Timestamp {
210
if
x != nil {
211
return
x.UpdatedAt
212
}
213
return
nil
214
}
215
216
func
(x *Client) GetDeletedAt() *timestamppb.Timestamp {
217
if
x != nil {
Callers
1
ValidateFields
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected