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

Function authenticated

app/core/store/modules/me.js:187–189  ·  view source on GitHub ↗
({ commit }, user)

Source from the content-addressed store, hash-verified

185 },
186
187 authenticated ({ commit }, user) {
188 commit('updateUser', user)
189 },
190 },
191}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected