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

Function run

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

Source from the content-addressed store, hash-verified

992 Effect.promise(() => {
993 calls.count++;
994 const run = async () => store.get(String(id)) ?? null;
995 return wrapGet ? wrapGet(run) : run();
996 }),
997 set: (id, value) => Effect.sync(() => void store.set(String(id), value)),

Callers 8

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

Calls 1

getMethod · 0.65

Tested by

no test coverage detected