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

Method onLoaded

app/views/teachers/EditStudentModal.js:64–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 onLoaded () {
65 this.prepaids.reset(this.prepaids.filter(prepaid => prepaid.status() === 'available'))
66 return super.onLoaded()
67 }
68
69 fetchPrepaids () {
70 this.prepaids = new Prepaids()

Callers

nothing calls this directly

Calls 3

filterMethod · 0.80
statusMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected