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

Method IDString

pkg/ttnpb/user_interfaces.go:81–83  ·  view source on GitHub ↗

All IDString methods implement the IDStringer interface.

()

Source from the content-addressed store, hash-verified

79// All IDString methods implement the IDStringer interface.
80
81func (m *User) IDString() string {
82 return m.GetIds().IDString()
83}
84
85func (m *GetUserRequest) IDString() string {
86 return m.GetUserIds().IDString()

Callers 2

Calls 2

GetIdsMethod · 0.95
IDStringMethod · 0.65

Tested by

no test coverage detected