Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ usedSpots
Method
usedSpots
app/models/Prepaid.js:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
usedSpots () {
31
return
_.size(this.get(
'redeemers'
))
32
}
33
34
totalSpots () {
35
return
this.get(
'maxRedeemers'
)
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected