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

Function makeExecutor

packages/core/execution/src/engine.test.ts:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}));
36
37const makeExecutor = () => createExecutor(makeTestConfig({ plugins: [emptyPlugin()] as const }));
38
39describe("executeWithPause failure propagation", () => {
40 it.effect("surfaces a fast codeExecutor failure as an Exit.Failure", () =>

Callers 1

engine.test.tsFile · 0.70

Calls 2

createExecutorFunction · 0.90
makeTestConfigFunction · 0.85

Tested by

no test coverage detected