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

Method constructor

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

Source from the content-addressed store, hash-verified

2
3export default class ZendeskTracker extends BaseTracker {
4 constructor (store) {
5 super()
6
7 this.store = store
8 this.zendeskShown = false
9 }
10
11 get isChatEnabled () {
12 return !this.onNoZendeskPage &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected