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

Function ledger

e2e/selfhost/mcp-enterprise-managed-auth.test.ts:147–147  ·  view source on GitHub ↗
(instance: Emulator)

Source from the content-addressed store, hash-verified

145 });
146
147const ledger = (instance: Emulator) => Effect.promise(() => instance.ledger.list());
148
149const entryFor = (entries: readonly LedgerEntry[], operationId: string): LedgerEntry | undefined =>
150 entries.find((entry) => entry.operationId === operationId);

Calls 1

listMethod · 0.65

Tested by

no test coverage detected