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

Method fetchByIds

app/collections/Users.js:61–67  ·  view source on GitHub ↗
(ids)

Source from the content-addressed store, hash-verified

59 }
60
61 fetchByIds (ids) {
62 return this.fetch({
63 data: {
64 fetchByIds: ids || []
65 }
66 })
67 }
68 }
69 Users.initClass()
70 return Users

Callers 4

users.jsFile · 0.80
constructorMethod · 0.80

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected