MCPcopy Index your code
hub / github.com/codecombat/codecombat / initialize

Method initialize

app/views/admin/CodeLogsView.js:39–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 initialize () {
40 // @spade = new Spade()
41 this.codelogs = new CodeLogCollection()
42 this.supermodel.trackRequest(this.codelogs.fetchLatest())
43 this.onUserIDInput = _.debounce(this.onUserIDInput, 300)
44 return this.onLevelSlugInput = _.debounce(this.onLevelSlugInput, 300)
45 }
46 // @supermodel.trackRequest(@codelogs.fetch())
47
48 onUserIDInput (e) {

Callers

nothing calls this directly

Calls 1

fetchLatestMethod · 0.80

Tested by

no test coverage detected