Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ getAuthenticatedContext
Function
getAuthenticatedContext
pkg/gatewayserver/is.go:194–196 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
192
}
193
194
func
getAuthenticatedContext(ctx context.Context) (context.Context, error) {
195
return
gatewaytokens.AuthenticatedContext(ctx)
196
}
Callers
5
AssertGatewayBatchRights
Method · 0.85
AssertGatewayRights
Method · 0.85
Get
Method · 0.85
UpdateAntennas
Method · 0.85
UpdateAttributes
Method · 0.85
Calls
1
AuthenticatedContext
Function · 0.92
Tested by
no test coverage detected