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

Method isInitializing

app/core/Tracker2/BaseTracker.js:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 get isInitializing () {
77 return this.initializing
78 }
79
80 set isInitializing (initializing) {
81 this.initializing = initializing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected