| 12052 | } |
| 12053 | |
| 12054 | void TrackerBase::moveToParent() { |
| 12055 | assert( m_parent ); |
| 12056 | m_ctx.setCurrentTracker( m_parent ); |
| 12057 | } |
| 12058 | void TrackerBase::moveToThis() { |
| 12059 | m_ctx.setCurrentTracker( this ); |
| 12060 | } |
nothing calls this directly
no test coverage detected