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

Function transaction

packages/core/sdk/src/plugin-storage.test.ts:135–136  ·  view source on GitHub ↗
(run)

Source from the content-addressed store, hash-verified

133 }
134 if (property === "transaction") {
135 const transaction: FumaDb["transaction"] = (run) =>
136 target.transaction((transactionDb) => run(wrap(transactionDb)));
137 return transaction;
138 }
139 if (property === "upsertMany") {

Callers

nothing calls this directly

Calls 3

wrapFunction · 0.70
transactionMethod · 0.65
runFunction · 0.50

Tested by

no test coverage detected