MCPcopy Create free account
hub / github.com/PCGen/pcgen / getSafeCount

Method getSafeCount

code/src/java/pcgen/core/kit/KitAbilities.java:271–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269 }
270
271 public int getSafeCount()
272 {
273 return choiceCount == null ? 1 : choiceCount;
274 }
275
276 public void addAbility(CDOMReference<Ability> ref)
277 {

Callers 2

toStringMethod · 0.95
testApplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected