(evaluate: LazyArg<Layer<A, E, R>>)
| 1089 | * import { Effect, Layer } from "effect" |
| 1090 | * |
| 1091 | * const logs: Array<string> = [] |
| 1092 | * const initLayer = Layer.effectDiscard( |
| 1093 | * Effect.sync(() => { |
| 1094 | * logs.push("Initializing application...") |
| 1095 | * }) |
nothing calls this directly
no test coverage detected
searching dependent graphs…