Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ isBase
Method
isBase
code/src/java/plugin/bonustokens/Save.java:134–137 ·
view source on GitHub ↗
Whether this is a base check. @return True or False.
()
Source
from the content-addressed store, hash-verified
132
* @
return
True or False.
133
*/
134
public
boolean isBase()
135
{
136
return
isBase;
137
}
138
}
139
140
private
static
CheckInfo listCheck =
new
CheckInfo(null, false);
Callers
1
unparseToken
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected