Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getCost
Method
getCost
code/src/java/pcgen/core/Ability.java:201–205 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
}
200
201
@Override
202
public
double getCost()
203
{
204
return
getSafe(ObjectKey.SELECTION_COST).doubleValue();
205
}
206
}
Callers
1
testApply
Method · 0.95
Calls
2
doubleValue
Method · 0.80
getSafe
Method · 0.80
Tested by
no test coverage detected