Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ hasKit
Method
hasKit
code/src/java/pcgen/core/display/CharacterDisplay.java:1099–1102 ·
view source on GitHub ↗
(Kit kit)
Source
from the content-addressed store, hash-verified
1097
}
1098
1099
public
boolean hasKit(Kit kit)
1100
{
1101
return
kitFacet.contains(id, kit);
1102
}
1103
1104
public
boolean hasSkill(Skill skill)
1105
{
Callers
1
passes
Method · 0.80
Calls
1
contains
Method · 0.65
Tested by
1
passes
Method · 0.64