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

Method IDString

pkg/ttnpb/user_interfaces.go:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func (m *GetUserRequest) IDString() string {
86 return m.GetUserIds().IDString()
87}
88
89func (m *CreateUserRequest) IDString() string {
90 return m.GetUser().GetIds().IDString()

Callers

nothing calls this directly

Calls 2

GetUserIdsMethod · 0.95
IDStringMethod · 0.65

Tested by

no test coverage detected