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

Class

packages/infra/test/query.test.ts:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111// @effect-diagnostics-next-line missingEffectServiceDependency:off
112class SomethingRepo extends Context.Service<SomethingRepo>()("SomethingRepo", {
113 make: Effect.gen(function*() {
114 return yield* makeRepo("Something", Something, {})
115 })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected