Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ setName
Method
setName
app/core/SystemNameLoader.js:15–15 ·
view source on GitHub ↗
(system)
Source
from the content-addressed store, hash-verified
13
getName (id) {
return
namesCache[id]?.name }
14
15
setName (system) { namesCache[system.get(
'original'
)] = { name: system.get(
'name'
) } }
16
}
17
18
module.exports =
new
SystemNameLoader()
Callers
1
onLoaded
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected