MCPcopy
hub / github.com/dexie/Dexie.js / transaction

Method transaction

src/public/types/dexie.d.ts:67–67  ·  view source on GitHub ↗
(
    mode: TransactionMode,
    tables: readonly (string | Table)[],
    scope: (trans: TXWithTables<this>) => PromiseLike<U> | U
  )

Source from the content-addressed store, hash-verified

65 ): Table<T, TKey, TInsertType>;
66
67 transaction<U>(
68 mode: TransactionMode,
69 tables: readonly (string | Table)[],
70 scope: (trans: TXWithTables<this>) => PromiseLike<U> | U

Callers 15

makeSharableMethod · 0.65
makePrivateMethod · 0.65
shareWithMethod · 0.65
deleteListMethod · 0.65
changeOwnerMethod · 0.65
deleteListMethod · 0.65
FullTextSearch.jsFile · 0.65
tests-misc.jsFile · 0.65
tests-table.jsFile · 0.65
resetDatabaseFunction · 0.65
deleteDatabaseFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected