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

Method fetchByOwner

app/collections/Classrooms.js:37–42  ·  view source on GitHub ↗
(ownerID, options)

Source from the content-addressed store, hash-verified

35 }
36
37 fetchByOwner (ownerID, options) {
38 if (options == null) { options = {} }
39 if (options.data == null) { options.data = {} }
40 options.data.ownerID = ownerID
41 return this.fetch(options)
42 }
43 }
44 Classrooms.initClass()
45 return Classrooms

Callers 5

courseInstances.jsFile · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected