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

Method totalSpots

app/models/Prepaid.js:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 totalSpots () {
35 return this.get('maxRedeemers')
36 }
37
38 userHasRedeemed (userID) {
39 for (const redeemer of Array.from(this.get('redeemers'))) {

Callers 1

prepaids.jsFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected