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

Method constructor

app/core/NameLoader.js:16–19  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

14
15class NameLoader extends CocoClass {
16 constructor (...args) {
17 super(...args)
18 this.loadedNames = this.loadedNames.bind(this)
19 }
20
21 loadNames (ids) {
22 const toLoad = _.uniq((Array.from(ids).filter((id) => !namesCache[id])))

Callers 1

cloneFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected