| 164 | } |
| 165 | |
| 166 | void PathElement::SetAdditionEntryIndex(ObjectEntryIndex entryIndex) |
| 167 | { |
| 168 | // `Additions` is set to 0 when there is no addition, so the value 1 corresponds with path addition slot 0, etc. |
| 169 | Additions = entryIndex + 1; |
| 170 | } |
| 171 | |
| 172 | bool PathElement::AdditionIsGhost() const |
| 173 | { |
no outgoing calls
no test coverage detected