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

Method initialize

app/views/admin/SchoolCountsView.js:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 initialize () {
38 if (!me.isAdmin()) { return super.initialize() }
39 this.batchSize = utils.getQueryVariable('batchsize', 20000)
40 this.loadData()
41 return super.initialize()
42 }
43
44 updateLoadingState (update) {
45 console.log(new Date().toISOString(), update)

Callers

nothing calls this directly

Calls 2

loadDataMethod · 0.95
isAdminMethod · 0.80

Tested by

no test coverage detected