Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getSafeCount
Method
getSafeCount
code/src/java/pcgen/core/kit/KitProf.java:259–262 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
257
}
258
259
public
int
getSafeCount()
260
{
261
return
choiceCount == null ? 1 : choiceCount;
262
}
263
264
public
void
addProficiency(CDOMSingleRef<WeaponProf> ref)
265
{
Callers
2
toString
Method · 0.95
testApply
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected