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

Method fetch

app/collections/ThangNamesCollection.js:29–33  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

27 }
28
29 fetch (options) {
30 if (options == null) { options = {} }
31 _.extend(options, { data: { ids: this.ids } })
32 return super.fetch(options)
33 }
34 }
35 ThangNamesCollection.initClass()
36 return ThangNamesCollection

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected