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

Class

packages/infra/test/controller.test.ts:243–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241// client.pipe(Effect.map(c => c.DoSomething.name))
242
243export class SomethingService extends Context.Service<SomethingService>()(
244 "SomethingService",
245 {
246 make: Effect.gen(function*() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected