Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fetchForClassroom
Method · 0.95
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
fetchPrepaids
Method · 0.80
onClickRevokeStudentButton
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
Calls
1
fetchByCreator
Method · 0.95
Tested by
no test coverage detected