Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
export
const
getCodePointsPlayerCount = (clanId, options) => {
31
return
fetchJson(`/db/clan/${clanId ||
'-'
}/code-points-member-count?${$.param(options)}`)
32
}
Callers
1
loadCodePointsRequiredData
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected