Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ allTournamentsLoaded
Function
allTournamentsLoaded
app/core/store/modules/clans.js:55–57 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
53
return
state.tournaments
54
},
55
allTournamentsLoaded (state) {
56
return
state.allTournamentsLoaded
57
}
58
},
59
60
mutations: {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected