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

Method fetchByRecipient

app/collections/Payments.js:21–26  ·  view source on GitHub ↗
(recipientId, opts)

Source from the content-addressed store, hash-verified

19 }
20
21 fetchByRecipient (recipientId, opts) {
22 if (opts == null) { opts = {} }
23 if (opts.data == null) { opts.data = {} }
24 opts.data.recipient = recipientId
25 return this.fetch(opts)
26 }
27 }
28 Payments.initClass()
29 return Payments

Callers 1

constructorMethod · 0.80

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected