Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
func
newRes() *cachedRes {
48
return
&cachedRes{waitChan: make(
chan
struct
{})}
49
}
50
51
type
cachedRes
struct
{
52
waitChan
chan
struct
{}
Callers
6
AuthInfo
Method · 0.85
ApplicationRights
Method · 0.85
ClientRights
Method · 0.85
GatewayRights
Method · 0.85
OrganizationRights
Method · 0.85
UserRights
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected