Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ isRegionalSubscription
Method
isRegionalSubscription
app/models/Product.js:22–22 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
20
}
21
22
isRegionalSubscription (name) {
return
utils.isRegionalSubscription(name != null ? name : this.get(
'name'
)) }
23
24
priceStringNoSymbol () {
return
(this.get(
'amount'
) / 100).toFixed(2) }
25
Callers
2
afterRender
Method · 0.80
onClickPurchaseButton
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected