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

Function recordOutcome

packages/core/analytics/src/engine.ts:42–43  ·  view source on GitHub ↗
(result: ExecutionResult | null)

Source from the content-addressed store, hash-verified

40 });
41
42 const recordOutcome = (result: ExecutionResult | null): Effect.Effect<void> =>
43 result?.status === "completed" ? completed(!result.result.error) : Effect.void;
44
45 return {
46 ...engine,

Callers

nothing calls this directly

Calls 1

completedFunction · 0.70

Tested by

no test coverage detected