| 10301 | } |
| 10302 | |
| 10303 | IndexTracker::IndexTracker( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent, int size ) |
| 10304 | : TrackerBase( nameAndLocation, ctx, parent ), |
| 10305 | m_size( size ) |
| 10306 | {} |
| 10307 | |
| 10308 | bool IndexTracker::isIndexTracker() const { return true; } |
| 10309 |
nothing calls this directly
no outgoing calls
no test coverage detected