MCPcopy 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
194func getAuthenticatedContext(ctx context.Context) (context.Context, error) {
195 return gatewaytokens.AuthenticatedContext(ctx)
196}

Callers 5

AssertGatewayRightsMethod · 0.85
GetMethod · 0.85
UpdateAntennasMethod · 0.85
UpdateAttributesMethod · 0.85

Calls 1

AuthenticatedContextFunction · 0.92

Tested by

no test coverage detected