Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ GetCreatedAt
Method
GetCreatedAt
pkg/ttnpb/user.pb.go:1718–1723 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1716
}
1717
1718
func
(x *UserSession) GetCreatedAt() *timestamppb.Timestamp {
1719
if
x != nil {
1720
return
x.CreatedAt
1721
}
1722
return
nil
1723
}
1724
1725
func
(x *UserSession) GetUpdatedAt() *timestamppb.Timestamp {
1726
if
x != nil {
Callers
1
ValidateFields
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected