(g: &mut Gen)
| 2304 | )); |
| 2305 | } |
| 2306 | |
| 2307 | // Re-verify the merkle root over const addresses (header |
| 2308 | // integrity). §2 ascending order was enforced during the scan, so |
| 2309 | // the collected addresses are already the sorted key set. |
| 2310 | let const_addrs: Vec<Address> = |
| 2311 | index.consts.iter().map(|c| c.addr.clone()).collect(); |
nothing calls this directly
no test coverage detected