Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getPobj
Method
getPobj
code/src/java/plugin/bonustokens/Save.java:124–127 ·
view source on GitHub ↗
The PObject. @return the stored PObject.
()
Source
from the content-addressed store, hash-verified
122
* @
return
the stored PObject.
123
*/
124
public
CDOMReference<PCCheck> getPobj()
125
{
126
return
pobj;
127
}
128
129
/**
130
* Whether this is a base check.
Callers
1
unparseToken
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected