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

Method containsKit

code/src/java/pcgen/core/PlayerCharacter.java:8656–8659  ·  view source on GitHub ↗
(Kit kit)

Source from the content-addressed store, hash-verified

8654 }
8655
8656 public boolean containsKit(Kit kit)
8657 {
8658 return kitFacet.contains(id, kit);
8659 }
8660
8661 /*
8662 * Yes, this method really is what it says. The primary reason for this

Callers 1

applyKitMethod · 0.80

Calls 1

containsMethod · 0.65

Tested by

no test coverage detected