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

Method fetchMine

app/collections/Classrooms.js:30–35  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

28 }
29
30 fetchMine (options) {
31 if (options == null) { options = {} }
32 if (options.data == null) { options.data = {} }
33 options.data.ownerID = me.id
34 return this.fetch(options)
35 }
36
37 fetchByOwner (ownerID, options) {
38 if (options == null) { options = {} }

Callers 5

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