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

Class

packages/core/analytics/src/engine.test.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { withExecutionAnalytics } from "./engine";
9
10class FakeExecutionError extends Data.TaggedError("FakeExecutionError")<{}> {}
11
12type Recorded = { readonly name: AnalyticsEventName; readonly properties: unknown };
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected