Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ allow
Method
allow
code/src/java/plugin/qualifier/skill/NoRankToken.java:126–130 ·
view source on GitHub ↗
(PlayerCharacter pc, Skill sk)
Source
from the content-addressed store, hash-verified
124
}
125
126
@Override
127
public
boolean allow(PlayerCharacter pc, Skill sk)
128
{
129
return
(pc.getDisplay().getRank(sk) == 0);
130
}
131
}
Callers
nothing calls this directly
Calls
2
getRank
Method · 0.45
getDisplay
Method · 0.45
Tested by
no test coverage detected