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

Function fetchByIds

app/core/api/users.js:124–133  ·  view source on GitHub ↗
({ fetchByIds, teachersOnly, includeTrialRequests })

Source from the content-addressed store, hash-verified

122 },
123
124 fetchByIds ({ fetchByIds, teachersOnly, includeTrialRequests }) {
125 return fetchJson('/db/user', {
126 method: 'GET',
127 data: {
128 fetchByIds,
129 teachersOnly,
130 includeTrialRequests
131 }
132 })
133 },
134
135 setCountryGeo (options) {
136 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected