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

Function run

packages/core/sdk/src/executor.test.ts:884–884  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

882 Effect.promise(() => {
883 calls.count++;
884 const run = async () => store.get(String(id)) ?? null;
885 return wrapGet ? wrapGet(run) : run();
886 }),
887 set: (id, value) => Effect.sync(() => void store.set(String(id), value)),

Callers 7

makeSafeFumaQueryFunction · 0.70
sqliteDataMigrationFunction · 0.70
recordFunction · 0.70
countingProviderFunction · 0.70
getFunction · 0.70
transactionFunction · 0.70
withFakeFetchFunction · 0.50

Calls 1

getMethod · 0.65

Tested by

no test coverage detected