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

Method onThangsLoaded

app/views/artisans/ThangTasksView.js:47–49  ·  view source on GitHub ↗
(thangCollection)

Source from the content-addressed store, hash-verified

45 }
46
47 onThangsLoaded (thangCollection) {
48 return this.processThangs()
49 }
50
51 processThangs () {
52 this.processedThangs = this.thangs.filter(_elem => // Case-insensitive search of input vs name.

Callers

nothing calls this directly

Calls 1

processThangsMethod · 0.95

Tested by

no test coverage detected