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

Function annotateExecuteOutcome

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

Source from the content-addressed store, hash-verified

115 * or result content itself.
116 */
117const annotateExecuteOutcome = (result: ExecuteResult) =>
118 Effect.annotateCurrentSpan(executeOutcomeAttributes(result));
119
120const annotateExecutionOutcome = (execution: ExecutionResult) =>
121 execution.status === "paused"

Callers 2

annotateExecutionOutcomeFunction · 0.85
createExecutionEngineFunction · 0.85

Calls 1

executeOutcomeAttributesFunction · 0.85

Tested by

no test coverage detected