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

Method getSafeCount

code/src/java/pcgen/core/kit/KitSkill.java:455–458  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

453 }
454
455 public int getSafeCount()
456 {
457 return choiceCount == null ? 1 : choiceCount;
458 }
459
460 public void addSelection(CDOMSingleRef<Language> ref)
461 {

Callers 2

toStringMethod · 0.95
getSkillChoicesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected