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

Function getCh1Avatar

app/core/store/modules/me.js:109–111  ·  view source on GitHub ↗

* @returns {object|undefined} avatar schema object or undefined if not defined.

(state)

Source from the content-addressed store, hash-verified

107 * @returns {object|undefined} avatar schema object or undefined if not defined.
108 */
109 getCh1Avatar (state) {
110 return (state.ozariaUserOptions || {}).avatar
111 },
112
113 inEU (state) {
114 if (!state.country) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected