MCPcopy Create free account
hub / github.com/effect-app/libs / evaluate

Function evaluate

repos/effect/packages/effect/src/Config.ts:119–121  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

117// Hard failures carry the same evidence so recovery cannot erase it.
118interface Resolved<out T> {
119 readonly _tag: "Resolved"
120 readonly value: T
121 readonly hasInput: boolean
122}
123
124interface Absent {

Callers 9

Deferred.tsFile · 0.70
suspendFunction · 0.70
makeFunction · 0.70
try_Function · 0.70
suspendFunction · 0.70
endSyncFunction · 0.70
Layer.tsFile · 0.70
suspendFunction · 0.70
syncFunction · 0.70

Calls 2

parseMethod · 0.80
getRefMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…