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

Class OtherItems

packages/infra/test/rpc-e2e-invalidation.test.ts:154–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}) {}
153
154class OtherItems extends Context.Service<OtherItems>()("OtherItems", {
155 make: makeRepo("OtherItem", OtherItem, {})
156}) {
157 static Default = Layer.effect(this, this.make).pipe(
158 Layer.provide(Layer.merge(MemoryStoreLive, RepositoryRegistryLive))
159 )
160}
161
162const InvRsc = {
163 DoNothing,

Callers

nothing calls this directly

Calls 4

makeRepoFunction · 0.90
mergeMethod · 0.80
pipeMethod · 0.65
provideMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…