| 4 | import type { ExecutionEngine } from "@executor-js/execution"; |
| 5 | |
| 6 | export class ExecutorService extends Context.Service<ExecutorService, Executor>()( |
| 7 | "ExecutorService", |
| 8 | ) {} |
| 9 |
nothing calls this directly
no outgoing calls
no test coverage detected