MCPcopy Create free account
hub / github.com/codecombat/codecombat /

Class

app/core/Tracker2/BaseTracker.js:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 * promise should _never_ be overwritten as other external components can depend on it.
33 */
34export default class BaseTracker {
35 constructor () {
36 this.initializing = false
37 this.initialized = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected