(store)
| 7 | */ |
| 8 | export default class InternalTracker extends BaseTracker { |
| 9 | constructor (store) { |
| 10 | super() |
| 11 | this.store = store |
| 12 | } |
| 13 | |
| 14 | async _initializeTracker () { |
| 15 | this.log('internal tracker initialize start') |
nothing calls this directly
no outgoing calls
no test coverage detected