Function yrs::ytransaction_writeable

source ยท
#[no_mangle]
pub unsafe extern "C" fn ytransaction_writeable(
    txn: *mut Transaction
) -> u8
Expand description

Returns 1 if current transaction is of read-write type. Returns 0 if transaction is read-only.