| 426 | arrive_and_expect_tx(transaction_bytes, cta_id); |
| 427 | } |
| 428 | [[deprecated("Use expect_transaction instead")]] DEVICE void reset_bytes( |
| 429 | uint32_t transaction_bytes) const { |
| 430 | expect_transaction(transaction_bytes); |
| 431 | } |
| 432 | [[deprecated("Use complete_transaction instead")]] DEVICE void commit( |
| 433 | uint32_t transaction_bytes, uint32_t pred = 1) const { |
| 434 | complete_transaction(transaction_bytes, pred); |
nothing calls this directly
no outgoing calls
no test coverage detected