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

Method loadedNames

app/core/NameLoader.js:34–36  ·  view source on GitHub ↗
(newNames)

Source from the content-addressed store, hash-verified

32 }
33
34 loadedNames (newNames) {
35 return _.extend(namesCache, newNames)
36 }
37
38 getName (id) {
39 if ((namesCache[id] != null ? namesCache[id].firstName : undefined) && (namesCache[id] != null ? namesCache[id].lastName : undefined)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected