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

Method IDString

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

Source from the content-addressed store, hash-verified

130}
131
132func (m *UserSession) IDString() string {
133 return m.GetUserIds().IDString()
134}
135
136func (m *ListUserSessionsRequest) IDString() string {
137 return m.GetUserIds().IDString()

Callers

nothing calls this directly

Calls 2

GetUserIdsMethod · 0.95
IDStringMethod · 0.65

Tested by

no test coverage detected