Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ evaluate
Function
evaluate
packages/effect/src/Config.ts:148–150 ·
view source on GitHub ↗
(fiber)
Source
from the content-addressed store, hash-verified
146
...Effectable.Prototype<Config<any>>({
147
label:
"Config"
,
148
evaluate(fiber) {
149
return
this.parse(fiber.getRef(ConfigProvider.ConfigProvider))
150
}
151
}),
152
[TypeId]: TypeId,
153
toJSON(this: Config<unknown>) {
Callers
9
Deferred.ts
File · 0.70
suspend
Function · 0.70
make
Function · 0.70
try_
Function · 0.70
suspend
Function · 0.70
endSync
Function · 0.70
Layer.ts
File · 0.70
suspend
Function · 0.70
sync
Function · 0.70
Calls
2
getRef
Method · 0.80
parse
Method · 0.45
Tested by
no test coverage detected