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

Method copyContents

code/src/java/pcgen/cdom/facet/model/ClassFacet.java:564–572  ·  view source on GitHub ↗
(CharID source, CharID destination)

Source from the content-addressed store, hash-verified

562 }
563
564 @Override
565 public void copyContents(CharID source, CharID destination)
566 {
567 ClassInfo info = getClassInfo(source);
568 if (info != null)
569 {
570 setCache(destination, new ClassInfo(info));
571 }
572 }
573
574 public void addLevelChangeListener(ClassLevelChangeListener listener)
575 {

Callers

nothing calls this directly

Calls 2

getClassInfoMethod · 0.95
setCacheMethod · 0.80

Tested by

no test coverage detected