Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ evaluate
Function
evaluate
packages/effect/src/Context.ts:273–275 ·
view source on GitHub ↗
(fiber)
Source
from the content-addressed store, hash-verified
271
...Effectable.Prototype<Service<never, any>>({
272
label:
"Service"
,
273
evaluate(fiber) {
274
return
exitSucceed(get(fiber.context, this))
275
}
276
}),
277
toJSON<I, A>(this: Service<I, A>) {
278
return
{
Callers
nothing calls this directly
Calls
1
get
Function · 0.70
Tested by
no test coverage detected