| 10213 | } |
| 10214 | |
| 10215 | IndexTracker::IndexTracker(NameAndLocation const &nameAndLocation, TrackerContext &ctx, ITracker *parent, int size) |
| 10216 | : TrackerBase(nameAndLocation, ctx, parent), m_size(size) { |
| 10217 | } |
| 10218 | |
| 10219 | bool IndexTracker::isIndexTracker() const { |
| 10220 | return true; |
nothing calls this directly
no outgoing calls
no test coverage detected