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

Method onLoaded

app/views/clans/ClansView.js:72–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 onLoaded () {
73 super.onLoaded()
74 this.publicClansArray = _.filter(this.publicClans.models, clan => clan.get('type') === 'public')
75 return this.myClansArray = this.myClans.models
76 }
77
78 loadData () {
79 let left

Callers

nothing calls this directly

Calls 2

filterMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected