Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ context
Function
context
packages/effect/src/internal/layer.ts:534–534 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
532
533
/** @internal */
534
export
const
context = <R>(): Layer.Layer<R, never, R> => fromEffectContext(core.context<R>())
535
536
/** @internal */
537
export
const
extendScope = <RIn, E, ROut>(
Callers
2
passthrough
Function · 0.70
layer.ts
File · 0.70
Calls
2
fromEffectContext
Function · 0.85
context
Method · 0.65
Tested by
no test coverage detected