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

Function getFullNames

app/core/api/users.js:223–228  ·  view source on GitHub ↗
(json, options)

Source from the content-addressed store, hash-verified

221 },
222
223 getFullNames (json, options) {
224 return fetchJson('/db/user/-/getFullNames', _.assign({}, options, {
225 method: 'POST',
226 json
227 }))
228 },
229
230 fetchNamesForUser (ids) {
231 return fetchJson('/db/user/-/names', {

Callers 1

fetchMemberNamesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected