| 11780 | } |
| 11781 | |
| 11782 | void TrackerBase::moveToParent() { |
| 11783 | assert( m_parent ); |
| 11784 | m_ctx.setCurrentTracker( m_parent ); |
| 11785 | } |
| 11786 | void TrackerBase::moveToThis() { |
| 11787 | m_ctx.setCurrentTracker( this ); |
| 11788 | } |
nothing calls this directly
no test coverage detected