(&self)
| 164 | /// Returns the index within the creating change. |
| 165 | #[inline] |
| 166 | pub const fn branch_idx(&self) -> u32 { |
| 167 | self.branch_idx |
| 168 | } |
| 169 | |
| 170 | /// Returns `true` if this is the root branch ID. |
| 171 | #[inline] |
no outgoing calls
no test coverage detected