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

Class

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

Source from the content-addressed store, hash-verified

13
14module.exports = (InteractiveSessionCollection = (function () {
15 InteractiveSessionCollection = class InteractiveSessionCollection extends CocoCollection {
16 static initClass () {
17 this.prototype.url = '/db/interactive.session'
18 this.prototype.model = InteractiveSession

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected