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

Method constructor

app/core/Tracker2/InternalTracker.js:9–12  ·  view source on GitHub ↗
(store)

Source from the content-addressed store, hash-verified

7 */
8export 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')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected