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

Function getLowUsageData

app/core/api/users.js:241–243  ·  view source on GitHub ↗
(userId, options)

Source from the content-addressed store, hash-verified

239 }))
240 },
241 getLowUsageData (userId, options) {
242 return fetchJson(`/db/users/${userId}/low-usage-data`, options)
243 },
244
245 fetchClassNamesForUser (ids) {
246 return fetchJson('/db/users/classroom-names', {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected