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

Function toggleInteractiveLoading

app/core/store/modules/interactives.js:32–34  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

30
31 mutations: {
32 toggleInteractiveLoading (state) {
33 state.loading.interactive = !state.loading.interactive
34 },
35
36 toggleInteractiveSessionLoading (state) {
37 state.loading.session = !state.loading.session

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected