| 393 | }; |
| 394 | |
| 395 | export class FumaClient extends Context.Service<FumaClient, IFumaClient>()("executor/FumaClient") { |
| 396 | static layer = (db: FumaDb) => Layer.succeed(this)(makeFumaClient(db)); |
| 397 | } |
nothing calls this directly
no test coverage detected