| 241 | // client.pipe(Effect.map(c => c.DoSomething.name)) |
| 242 | |
| 243 | export class SomethingService extends Context.Service<SomethingService>()( |
| 244 | "SomethingService", |
| 245 | { |
| 246 | make: Effect.gen(function*() { |
nothing calls this directly
no outgoing calls
no test coverage detected