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

Function newRes

pkg/auth/rights/cache.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func newRes() *cachedRes {
48 return &cachedRes{waitChan: make(chan struct{})}
49}
50
51type cachedRes struct {
52 waitChan chan struct{}

Callers 6

AuthInfoMethod · 0.85
ApplicationRightsMethod · 0.85
ClientRightsMethod · 0.85
GatewayRightsMethod · 0.85
OrganizationRightsMethod · 0.85
UserRightsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected