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

Method onLoaded

app/views/play/menu/InventoryModal.js:242–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240 }
241
242 onLoaded () {
243 if (debugInventory) { console.log('Inside onLoaded') }
244 // Both items and session have been loaded.
245 this.onItemsLoaded()
246 return super.onLoaded()
247 }
248
249 getRenderData (context) {
250 if (context == null) { context = {} }

Callers

nothing calls this directly

Calls 2

onItemsLoadedMethod · 0.95
logMethod · 0.80

Tested by

no test coverage detected