MCPcopy 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

testApplyMethod · 0.95

Calls 2

doubleValueMethod · 0.80
getSafeMethod · 0.80

Tested by

no test coverage detected