(&self)
| 70 | /// Returns the change that created this file. |
| 71 | #[inline] |
| 72 | pub const fn change_id(&self) -> NodeId { |
| 73 | self.change_id |
| 74 | } |
| 75 | |
| 76 | /// Returns the index within the creating change. |
| 77 | #[inline] |
no outgoing calls
no test coverage detected