Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
filter
Method · 0.80
status
Method · 0.80
reset
Method · 0.45
Tested by
no test coverage detected