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

Method isPermanent

code/src/java/pcgen/core/Kit.java:420–423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

418 }
419
420 public boolean isPermanent()
421 {
422 return getSafe(ObjectKey.APPLY_MODE) == KitApply.PERMANENT;
423 }
424}

Callers 1

acceptMethod · 0.80

Calls 1

getSafeMethod · 0.80

Tested by

no test coverage detected