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

Method fetchMineAndShared

app/collections/Prepaids.js:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 fetchMineAndShared () {
54 return this.fetchByCreator(me.id, { data: { includeShared: true } })
55 }
56
57 fetchForClassroom (classroom) {
58 if (classroom.isOwner()) {

Callers 8

fetchForClassroomMethod · 0.95
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
fetchPrepaidsMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls 1

fetchByCreatorMethod · 0.95

Tested by

no test coverage detected