Returns `true` if the given block reference is valid.
(&self, block: Block)
| 71 | |
| 72 | /// Returns `true` if the given block reference is valid. |
| 73 | pub fn is_valid(&self, block: Block) -> bool { |
| 74 | self.0.is_valid(block) |
| 75 | } |
| 76 | |
| 77 | /// Iterate over all blocks, regardless whether a block is actually inserted |
| 78 | /// in the layout or not. |
no outgoing calls
no test coverage detected