Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ context
Function
context
packages/effect/src/internal/sink.ts:683–683 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
681
682
/** @internal */
683
export
const
context = <R>(): Sink.Sink<Context.Context<R>, unknown, never, never, R> => fromEffect(Effect.context<R>())
684
685
/** @internal */
686
export
const
contextWith = <R, Z>(
Callers
2
contextWith
Function · 0.70
contextWithEffect
Function · 0.70
Calls
2
fromEffect
Function · 0.70
context
Method · 0.65
Tested by
no test coverage detected