Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ fetchClassNamesForUser
Function
fetchClassNamesForUser
app/core/api/users.js:245–250 ·
view source on GitHub ↗
(ids)
Source
from the content-addressed store, hash-verified
243
},
244
245
fetchClassNamesForUser (ids) {
246
return
fetchJson(
'/db/users/classroom-names'
, {
247
method:
'POST'
,
248
json: { ids },
249
})
250
},
251
252
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected