Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ isRepeatable
Method
isRepeatable
app/models/Achievement.js:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
isRepeatable () {
34
return
(this.get(
'proportionalTo'
) != null)
35
}
36
37
getExpFunction () {
38
const
func = this.get(
'function'
, true)
Callers
1
calculateData
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected