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

Class

app/collections/Users.js:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15module.exports = (Users = (function () {
16 Users = class Users extends CocoCollection {
17 static initClass () {
18 this.prototype.model = User
19 this.prototype.url = '/db/user'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected