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

Method fetchOwn

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

Source from the content-addressed store, hash-verified

18 }
19
20 fetchOwn (options) {
21 options = _.extend({ data: {} }, options)
22 options.data.applicant = me.id
23 return this.fetch(options)
24 }
25
26 fetchByApplicant (applicant) {
27 return this.fetch({

Callers 6

constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected