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

Method IDString

pkg/ttnpb/client_interfaces.go:49–51  ·  view source on GitHub ↗

All IDString methods implement the IDStringer interface.

()

Source from the content-addressed store, hash-verified

47// All IDString methods implement the IDStringer interface.
48
49func (m *Client) IDString() string {
50 return m.GetIds().IDString()
51}
52
53func (m *GetClientRequest) IDString() string {
54 return m.GetClientIds().IDString()

Callers

nothing calls this directly

Calls 2

GetIdsMethod · 0.95
IDStringMethod · 0.65

Tested by

no test coverage detected