Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ Value
Method
Value
pkg/component/context.go:43–45 ·
view source on GitHub ↗
Value implements context.Context using the value context.
(key any)
Source
from the content-addressed store, hash-verified
41
42
// Value implements context.Context using the value context.
43
func
(ctx *crossContext) Value(key any) any {
44
return
ctx.valueCtx.Value(key)
45
}
Callers
15
TestNewRPCServer
Function · 0.45
FromContext
Function · 0.45
FromContext
Function · 0.45
configFromContext
Method · 0.45
notificationRegistryFromContext
Function · 0.45
templateRegistryFromContext
Function · 0.45
fetcherFromContext
Function · 0.45
TestContextDecoupling
Function · 0.45
TestContext
Function · 0.45
connInfoFromContext
Function · 0.45
GetConfig
Method · 0.45
SessionFromContext
Function · 0.45
Calls
no outgoing calls
Tested by
7
TestNewRPCServer
Function · 0.36
TestContextDecoupling
Function · 0.36
TestContext
Function · 0.36
TestFillContext
Function · 0.36
MarshalContext
Method · 0.36
TestContextMarshaler
Function · 0.36
TestHookContext
Function · 0.36