(&self)
| 353 | /// Tree depth (log2(capacity)). |
| 354 | #[inline] |
| 355 | pub fn depth(&self) -> usize { |
| 356 | self.depth |
| 357 | } |
| 358 | } |
| 359 | |
| 360 | /// Compute the SSZ List root: `SHA256(tree_root || little_endian_u64(length))`. |
no outgoing calls
no test coverage detected