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

Method FromRequestContext

pkg/applicationserver/io/io.go:86–86  ·  view source on GitHub ↗

FromRequestContext decouples the lifetime of the provided context from the values found in the context.

(context.Context)

Source from the content-addressed store, hash-verified

84 EndDeviceRegistry
85 // FromRequestContext decouples the lifetime of the provided context from the values found in the context.
86 FromRequestContext(context.Context) context.Context
87 // GetBaseConfig returns the component configuration.
88 GetBaseConfig(ctx context.Context) config.ServiceBase
89 // FillContext fills the given context.

Callers 9

TestContextDecouplingFunction · 0.65
handleDataUplinkMethod · 0.65
notifyInternalMethod · 0.65
notifyAdminsInternalMethod · 0.65
sendInvitationMethod · 0.65
createLoginTokenMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestContextDecouplingFunction · 0.52