Extract the stored merkle root from a serialized env. The Tag4 header byte (`0xE0` for env) is followed by exactly 32 bytes of root (no opt-tag).
(buf: &[u8])
| 2454 | addr.clone(), |
| 2455 | crate::lazy::LazyConstant::from_bytes_deferred(bytes.into(), addr), |
| 2456 | ); |
| 2457 | } |
| 2458 | |
| 2459 | // `main` must reference a constant actually present in the file. |
| 2460 | if let Some(m) = &env.main |
| 2461 | && env.consts.get(m).is_none() |
| 2462 | { |
no outgoing calls