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

Method GetUser

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

Source from the content-addressed store, hash-verified

798}
799
800func (x *CreateUserRequest) GetUser() *User {
801 if x != nil {
802 return x.User
803 }
804 return nil
805}
806
807func (x *CreateUserRequest) GetInvitationToken() string {
808 if x != nil {

Callers 5

EntityTypeMethod · 0.95
IDStringMethod · 0.95
ExtractRequestFieldsMethod · 0.95
ValidateFieldsMethod · 0.95
TestUserCreateFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestUserCreateFunction · 0.76