Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
schoolAdministrator.js
File · 0.80
users.js
File · 0.80
constructor
Method · 0.80
onClickEditSchoolAdmins
Method · 0.80
Calls
1
fetch
Method · 0.45
Tested by
no test coverage detected