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

Function fetchNamesForUser

app/core/api/users.js:230–235  ·  view source on GitHub ↗
(ids)

Source from the content-addressed store, hash-verified

228 },
229
230 fetchNamesForUser (ids) {
231 return fetchJson('/db/user/-/names', {
232 method: 'POST',
233 data: { ids }
234 })
235 },
236 getUserCredits (operation) {
237 return fetchJson(`/db/user-credits/${operation}`, _.assign({}, {
238 method: 'GET'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected