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

Function getCodePointsPlayerCount

app/core/api/leaderboard.js:30–32  ·  view source on GitHub ↗
(clanId, options)

Source from the content-addressed store, hash-verified

28}
29
30export const getCodePointsPlayerCount = (clanId, options) => {
31 return fetchJson(`/db/clan/${clanId || '-'}/code-points-member-count?${$.param(options)}`)
32}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected