Searched refs:is_reply (Results 1 – 2 of 2) sorted by relevance
44 pub(crate) is_reply: bool, field
1213 info.is_reply = matches!(cmd, BC_REPLY | BC_REPLY_SG); in read_transaction_info()1233 let ret = if info.is_reply { in transaction()