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

Method constructor

app/models/User.js:69–72  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

67 let c
68 User = class User extends CocoModel {
69 constructor (...args) {
70 super(...args)
71 this.prepaidType = this.prepaidType.bind(this)
72 }
73
74 static initClass () {
75 this.className = 'User'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected