| 110 | |
| 111 | // @effect-diagnostics-next-line missingEffectServiceDependency:off |
| 112 | class SomethingRepo extends Context.Service<SomethingRepo>()("SomethingRepo", { |
| 113 | make: Effect.gen(function*() { |
| 114 | return yield* makeRepo("Something", Something, {}) |
| 115 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected