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

Method fetchHeroes

app/collections/ThangTypes.js:20–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 fetchHeroes () {
21 return this.fetch({
22 url: '/db/thang.type?view=heroes'
23 })
24 }
25 }
26 ThangTypeCollection.initClass()
27 return ThangTypeCollection

Callers

nothing calls this directly

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected