(state)
| 33 | state.loading = false |
| 34 | }, |
| 35 | resetLoadingState (state) { |
| 36 | state.loading = false |
| 37 | }, |
| 38 | setPageTitle (state, title) { |
| 39 | const i18nFlag = 'i18n:' |
| 40 | if (title.startsWith(i18nFlag)) { |
nothing calls this directly
no outgoing calls
no test coverage detected