(&mut self, block_number: u64, block_hash: B256, filename: String)
| 89 | 101, |
| 90 | 1_000_000_000, |
| 91 | 32_000_000_000, |
| 92 | u64::MAX, |
| 93 | ]; |
| 94 | |
| 95 | for amount in amounts { |
| 96 | for tax_percent in 0..=100 { |
| 97 | let (refund_amount, tax_amount) = invalid_deposit_refund_split(amount, tax_percent); |
nothing calls this directly
no outgoing calls
no test coverage detected