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/Micro.ts:1941–1941 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1939
* @category environment
1940
*/
1941
export
const
context = <R>(): Micro<Context.Context<R>> => getContext as any
1942
const
getContext = withMicroFiber((fiber) => succeed(fiber.context))
1943
1944
/**
Callers
1
Layer.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected