Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
func
(m *GetUserRequest) IDString() string {
86
return
m.GetUserIds().IDString()
87
}
88
89
func
(m *CreateUserRequest) IDString() string {
90
return
m.GetUser().GetIds().IDString()
Callers
nothing calls this directly
Calls
2
GetUserIds
Method · 0.95
IDString
Method · 0.65
Tested by
no test coverage detected