Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ MetadataToContext
Function
MetadataToContext
coderd/tracing/util.go:53–55 ·
view source on GitHub ↗
(ctx context.Context, metadata map[string]string)
Source
from the content-addressed store, hash-verified
51
}
52
53
func
MetadataToContext(ctx context.Context, metadata
map
[string]string) context.Context {
54
return
otel.GetTextMapPropagator().Extract(ctx, propagation.MapCarrier(metadata))
55
}
Callers
1
acquireAndRunOne
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected