| 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); |
| 435 | } |
| 436 | [[deprecated("Use complete_transaction instead")]] DEVICE void commit( |
| 437 | uint32_t dst_cta_id, uint32_t transaction_bytes, uint32_t pred) const { |
| 438 | complete_transaction(dst_cta_id, transaction_bytes, pred); |
nothing calls this directly
no outgoing calls
no test coverage detected