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