| 222 | }; |
| 223 | |
| 224 | export class FumaClient extends Context.Service<FumaClient, IFumaClient>()("executor/FumaClient") { |
| 225 | static layer = (db: FumaDb) => Layer.succeed(this)(makeFumaClient(db)); |
| 226 | } |
nothing calls this directly
no test coverage detected