| 186 | }; |
| 187 | |
| 188 | export class FumaClient extends Context.Service<FumaClient, IFumaClient>()("executor/FumaClient") { |
| 189 | static layer = (db: FumaDb) => Layer.succeed(this)(makeFumaClient(db)); |
| 190 | } |
nothing calls this directly
no outgoing calls
no test coverage detected