| 13868 | } |
| 13869 | |
| 13870 | void TrackerBase::moveToParent() { |
| 13871 | assert( m_parent ); |
| 13872 | m_ctx.setCurrentTracker( m_parent ); |
| 13873 | } |
| 13874 | void TrackerBase::moveToThis() { |
| 13875 | m_ctx.setCurrentTracker( this ); |
| 13876 | } |
nothing calls this directly
no test coverage detected