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

Method initClass

app/models/Branch.js:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12module.exports = (Branch = (function () {
13 Branch = class Branch extends CocoModel {
14 static initClass () {
15 this.className = 'Branch'
16 this.schema = schema
17 this.prototype.urlRoot = '/db/branches'
18 }
19 }
20 Branch.initClass()
21 return Branch

Callers 1

Branch.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected