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

Method GetEntityIdentifiers

pkg/ttnpb/user_interfaces.go:208–210  ·  view source on GitHub ↗

Wrap methods of m.UserIdentifiers.

()

Source from the content-addressed store, hash-verified

206// Wrap methods of m.UserIdentifiers.
207
208func (m *User) GetEntityIdentifiers() *EntityIdentifiers {
209 return m.GetIds().GetEntityIdentifiers()
210}
211
212func (m *User) GetOrganizationOrUserIdentifiers() *OrganizationOrUserIdentifiers {
213 return m.GetIds().GetOrganizationOrUserIdentifiers()

Callers 15

TestRegistrySearchFunction · 0.95
TestOrganizationsCRUDFunction · 0.95
TestUserAPIKeysFunction · 0.95
TestUserAccesLoginTokensFunction · 0.95
TestOAuthRegistryFunction · 0.95
TestUserSessionsRegistryFunction · 0.95

Calls 2

GetIdsMethod · 0.95
GetEntityIdentifiersMethod · 0.65

Tested by 15

TestRegistrySearchFunction · 0.76
TestOrganizationsCRUDFunction · 0.76
TestUserAPIKeysFunction · 0.76
TestUserAccesLoginTokensFunction · 0.76
TestOAuthRegistryFunction · 0.76
TestUserSessionsRegistryFunction · 0.76