MCPcopy
hub / github.com/sequelize/sequelize / nestedTransact

Function nestedTransact

types/test/transaction.ts:75–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73transact();
74
75async function nestedTransact() {
76 const tr = await sequelize.transaction({
77 transaction: await sequelize.transaction(),
78 });
79 await tr.commit();
80}
81
82async function excludeFromTransaction() {
83 await sequelize.transaction(async t =>

Callers

nothing calls this directly

Calls 2

transactionMethod · 0.80
commitMethod · 0.80

Tested by

no test coverage detected