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

Method getHeroShortName

app/views/core/HeroSelectView.js:91–93  ·  view source on GitHub ↗
(hero)

Source from the content-addressed store, hash-verified

89 }
90
91 getHeroShortName (hero) {
92 return ThangTypeLib.getHeroShortName(hero)
93 }
94
95 saveHeroSelection (heroOriginal) {
96 if (!me.get('heroConfig')) { me.set({ heroConfig: {} }) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected