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

Function makeExecutor

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

Source from the content-addressed store, hash-verified

43}));
44
45const makeExecutor = () => createExecutor(makeTestConfig({ plugins: [emptyPlugin()] as const }));
46
47describe("executeWithPause failure propagation", () => {
48 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