(...args)
| 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' |
nothing calls this directly
no outgoing calls
no test coverage detected