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

Method allResources

app/views/ladder/LadderTabView.js:613–616  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

611 }
612
613 allResources () {
614 const resources = [this.topPlayers, this.playersAbove, this.playersBelow]
615 return (Array.from(resources).filter((r) => r))
616 }
617}))
618
619function __guard__ (value, transform) {

Callers

nothing calls this directly

Calls 1

filterMethod · 0.80

Tested by

no test coverage detected