Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ totalAvailable
Method
totalAvailable
app/collections/Prepaids.js:44–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
totalAvailable () {
return
Math.max(this.totalMaxRedeemers() - this.totalRedeemers(), 0) }
45
46
fetchByCreator (creatorID, opts) {
47
if
(opts == null) { opts = {} }
Callers
nothing calls this directly
Calls
2
totalMaxRedeemers
Method · 0.95
totalRedeemers
Method · 0.95
Tested by
no test coverage detected