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

Method getName

app/core/SystemNameLoader.js:13–13  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

11
12class SystemNameLoader extends CocoClass {
13 getName (id) { return namesCache[id]?.name }
14
15 setName (system) { namesCache[system.get('original')] = { name: system.get('name') } }
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected