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

Method constructor

app/core/Tracker2/SuperFlowTracker.js:6–10  ·  view source on GitHub ↗
(store)

Source from the content-addressed store, hash-verified

4
5export default class SuperflowTracker extends BaseTracker {
6 constructor (store) {
7 super()
8
9 this.store = store
10 }
11
12 get isSuperflowEnabled () {
13 return getQueryVariable('review')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected