MCPcopy 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.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

getRefMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected