getTransactionData
getTransactionData(
key):any
Defined in: .work/repos/olmdb/src/olmdb.ts:137
Retrieves data from the current transaction context.
Parameters
Section titled “Parameters”symbol
A symbol key to retrieve data from the current transaction context.
Returns
Section titled “Returns”any
- The value associated with the key, or undefined if not set.
Throws
Section titled “Throws”If called outside of a transaction context.