| 401 | }; |
| 402 | |
| 403 | export class FumaClient extends Context.Service<FumaClient, IFumaClient>()("executor/FumaClient") { |
| 404 | static layer = (db: FumaDb) => Layer.succeed(this)(makeFumaClient(db)); |
| 405 | } |
nothing calls this directly
no outgoing calls
no test coverage detected