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

Function handlerContextFor

packages/core/api/src/scoped-targets.test.ts:61–64  ·  view source on GitHub ↗
(executor: Executor)

Source from the content-addressed store, hash-verified

59 );
60
61const handlerContextFor = (executor: Executor) =>
62 Context.make(ExecutorService, executor).pipe(
63 Context.add(ExecutionEngineService, {} as ExecutionEngineService["Service"]),
64 );
65
66const INTEGRATION = IntegrationSlug.make("vercel");
67

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected