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

Method IDString

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

Source from the content-addressed store, hash-verified

87}
88
89func (m *CreateUserRequest) IDString() string {
90 return m.GetUser().GetIds().IDString()
91}
92
93// RateLimitKey is the implementation of the RateLimitKeyer interface.
94// User creation requests are rate limited at the method level only,

Callers

nothing calls this directly

Calls 3

GetUserMethod · 0.95
IDStringMethod · 0.65
GetIdsMethod · 0.45

Tested by

no test coverage detected