| 32 | * promise should _never_ be overwritten as other external components can depend on it. |
| 33 | */ |
| 34 | export default class BaseTracker { |
| 35 | constructor () { |
| 36 | this.initializing = false |
| 37 | this.initialized = false |
nothing calls this directly
no outgoing calls
no test coverage detected