Is the given block cold?
(&self, block: Block)
| 362 | |
| 363 | /// Is the given block cold? |
| 364 | pub fn is_cold(&self, block: Block) -> bool { |
| 365 | self.blocks[block].cold |
| 366 | } |
| 367 | } |
| 368 | |
| 369 | /// A single node in the linked-list of blocks. |
no outgoing calls
no test coverage detected