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

Function paused

packages/core/execution/src/engine.test.ts:106–110  ·  view source on GitHub ↗
(request: FormElicitation)

Source from the content-addressed store, hash-verified

104
105describe("formatPausedExecution approval terms", () => {
106 const paused = (request: FormElicitation) =>
107 ({
108 id: "exec_1",
109 elicitationContext: { address: "tools.x.org.default.y", args: {}, request },
110 }) as Parameters<typeof formatPausedExecution>[0];
111
112 it("states the terms an upstream attached to the approval", () => {
113 // An empty schema makes this look like a plain yes/no, but the metadata

Callers 1

engine.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected