MCPcopy Create free account
hub / github.com/effect-app/libs / setContext

Method setContext

repos/effect/packages/effect/src/Fiber.ts:77–77  ·  view source on GitHub ↗
(context: Context.Context<never>)

Source from the content-addressed store, hash-verified

75 readonly getRef: <A>(ref: Context.Reference<A>) => A
76 readonly context: Context.Context<never>
77 setContext(context: Context.Context<never>): void
78 readonly currentScheduler: Scheduler
79 readonly currentDispatcher: SchedulerDispatcher
80 readonly currentSpan?: AnySpan | undefined

Callers 8

reportSentryFunction · 0.65
errorReporter.tsFile · 0.65
reportSentryFunction · 0.65
captureExceptionFunction · 0.65
errorReporter.tsFile · 0.65
HttpMiddleware.tsFile · 0.65
scopedFunction · 0.65
effect.tsFile · 0.65

Implementers 1

FiberImplrepos/effect/packages/effect/src/inter

Calls

no outgoing calls

Tested by

no test coverage detected