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

Function executorFor

packages/core/execution/src/engine.test.ts:220–222  ·  view source on GitHub ↗
(result: ExecuteResult)

Source from the content-addressed store, hash-verified

218 };
219
220 const executorFor = (result: ExecuteResult): CodeExecutor<FakeRuntimeError> => ({
221 execute: () => Effect.succeed(result),
222 });
223
224 it.effect("walks the result value once on the pausable path", () =>
225 Effect.gen(function* () {

Callers 1

engine.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected