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

Method refreshData

app/views/clans/ClanDetailsView.js:206–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 }
205
206 refreshData () {
207 me.fetch({ cache: false })
208 this.members.fetch({ cache: false })
209 this.memberAchievements.fetch({ cache: false })
210 return this.memberSessions.fetch({ cache: false })
211 }
212
213 sortMembers (highestUserLevelCountMap, userConceptsMap) {
214 // Progress sort precedence: most completed concepts, most started concepts, most levels, name sort

Callers 3

onJoinClanMethod · 0.95
onLeaveClanMethod · 0.95
onRemoveMemberMethod · 0.95

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected