| 13 | |
| 14 | module.exports = (CodeLogCollection = (function () { |
| 15 | CodeLogCollection = class CodeLogCollection extends CocoCollection { |
| 16 | static initClass () { |
| 17 | this.prototype.url = '/db/codelogs' |
| 18 | this.prototype.model = CodeLog |
nothing calls this directly
no outgoing calls
no test coverage detected