Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/
Class
app/core/NameLoader.js:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
const
namesCache = {}
14
15
class
NameLoader extends CocoClass {
16
constructor (...args) {
17
super(...args)
18
this.loadedNames = this.loadedNames.bind(this)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected