Skip to content

getTransactionData

getTransactionData(key): any

Defined in: .work/repos/olmdb/src/olmdb.ts:137

Retrieves data from the current transaction context.

symbol

A symbol key to retrieve data from the current transaction context.

any

  • The value associated with the key, or undefined if not set.

If called outside of a transaction context.