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

Method constructor

app/views/account/SubscriptionView.js:452–456  ·  view source on GitHub ↗
(supermodel)

Source from the content-addressed store, hash-verified

450
451class RecipientSubs {
452 constructor (supermodel) {
453 this.supermodel = supermodel
454 this.recipients = {}
455 this.unsubscribingRecipients = []
456 }
457
458 addSubscribing (email) {
459 return this.unsubscribingRecipients.push(email)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected