Get the lowered order of blocks.
(&self)
| 312 | |
| 313 | /// Get the lowered order of blocks. |
| 314 | pub fn lowered_order(&self) -> &[LoweredBlock] { |
| 315 | &self.lowered_order[..] |
| 316 | } |
| 317 | |
| 318 | /// Get the BlockIndex, if any, for a given Block. |
| 319 | /// |
no outgoing calls
no test coverage detected