MCPcopy Index your code
hub / github.com/simstudioai/sim / contextFromRequestHeaders

Function contextFromRequestHeaders

apps/sim/lib/copilot/request/go/propagation.ts:55–57  ·  view source on GitHub ↗
(headers: Headers)

Source from the content-addressed store, hash-verified

53 * behavior as before this helper existed.
54 */
55export function contextFromRequestHeaders(headers: Headers): Context {
56 return propagator.extract(context.active(), headers, headerGetter)
57}

Callers 2

withIncomingGoSpanFunction · 0.90
route.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected