(&self)
| 252 | /// Returns the index within the creating change. |
| 253 | #[inline] |
| 254 | pub const fn leaf_idx(&self) -> u32 { |
| 255 | self.leaf_idx |
| 256 | } |
| 257 | |
| 258 | /// Returns `true` if this is the root leaf ID. |
| 259 | #[inline] |
no outgoing calls
no test coverage detected