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

Function makeExecutor

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

Source from the content-addressed store, hash-verified

36}));
37
38const makeExecutor = () => createExecutor(makeTestConfig({ plugins: [emptyPlugin()] as const }));
39
40describe("executeWithPause failure propagation", () => {
41 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