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

Class

app/collections/CodeLogs.js:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14module.exports = (CodeLogCollection = (function () {
15 CodeLogCollection = class CodeLogCollection extends CocoCollection {
16 static initClass () {
17 this.prototype.url = '/db/codelogs'
18 this.prototype.model = CodeLog

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected