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

Function addPageError

app/core/store/index.js:23–23  ·  view source on GitHub ↗
(state, error)

Source from the content-addressed store, hash-verified

21
22 mutations: {
23 addPageError(state, error) { return state.pageErrors.push(error); },
24 clearPageErrors(state) { return state.pageErrors = []; },
25 addLocaleLoaded(state, localeCode) {
26 const addition = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected