Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ initClass
Method
initClass
app/collections/DocumentFiles.js:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
module.exports = (ModelFiles = (
function
() {
13
ModelFiles =
class
ModelFiles extends CocoCollection {
14
static initClass () {
15
this.prototype.model = File
16
}
17
18
constructor (model) {
19
super()
Callers
1
DocumentFiles.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected