MCPcopy Create free account
hub / github.com/PCGen/pcgen / resolveInto

Method resolveInto

code/src/java/pcgen/core/GameMode.java:1946–1949  ·  view source on GitHub ↗

Takes references and abbreviations that have been placed into the LoadContext for this GameMode and copies those references and abbreviations into the given ReferenceContext @param referenceContext The Reference Context into which the references from this GameMode should be co

(AbstractReferenceContext referenceContext)

Source from the content-addressed store, hash-verified

1944 * GameMode should be copied.
1945 */
1946 public void resolveInto(AbstractReferenceContext referenceContext)
1947 {
1948 gameRefContext.getAllManufacturers().forEach(rm -> resolveReferenceManufacturer(referenceContext, rm));
1949 }
1950
1951 private AbstractReferenceContext getRefContext()
1952 {

Callers 2

performAnalysisMethod · 0.95
clearLoadContextMethod · 0.95

Calls 3

forEachMethod · 0.80
getAllManufacturersMethod · 0.45

Tested by

no test coverage detected