| 10244 | } |
| 10245 | |
| 10246 | void TrackerBase::moveToParent() { |
| 10247 | assert( m_parent ); |
| 10248 | m_ctx.setCurrentTracker( m_parent ); |
| 10249 | } |
| 10250 | void TrackerBase::moveToThis() { |
| 10251 | m_ctx.setCurrentTracker( this ); |
| 10252 | } |
nothing calls this directly
no test coverage detected