MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor /

Class

packages/core/api/src/services.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type { ExecutionEngine } from "@executor-js/execution";
5
6export class ExecutorService extends Context.Service<ExecutorService, Executor>()(
7 "ExecutorService",
8) {}
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected