Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getNoAlignment
Method
getNoAlignment
code/src/java/pcgen/io/PCGVer2Parser.java:5868–5872 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5866
}
5867
5868
public
PCAlignment getNoAlignment()
5869
{
5870
return
Globals.getContext().getReferenceContext().silentlyGetConstructedCDOMObject(PCAlignment.
class
,
5871
Constants.NONE);
5872
}
5873
5874
}
Callers
1
parseAlignmentLine
Method · 0.95
Calls
3
getContext
Method · 0.95
silentlyGetConstructedCDOMObject
Method · 0.80
getReferenceContext
Method · 0.65
Tested by
no test coverage detected