MCPcopy Index your code
hub / github.com/codecombat/codecombat / constructor

Method constructor

app/views/PremiumFeaturesView.js:34–39  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

32 }
33
34 constructor (options) {
35 if (options == null) { options = {} }
36 super(options)
37 this.hasTemporaryPremiumAccess = paymentUtils.hasTemporaryPremiumAccess()
38 this.isParentHomeAccount = me.isParentHome()
39 }
40
41 afterInsert () {
42 // Automatically open sub modal, unless it will open later via storage sub-modal-continue flag

Callers

nothing calls this directly

Calls 1

isParentHomeMethod · 0.80

Tested by

no test coverage detected