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

Method getLoadedDataSetRef

code/src/java/pcgen/gui2/PCGenFrame.java:448–451  ·  view source on GitHub ↗

@return a reference to the currently loaded data set

()

Source from the content-addressed store, hash-verified

446 * @return a reference to the currently loaded data set
447 */
448 public ReferenceFacade<DataSetFacade> getLoadedDataSetRef()
449 {
450 return currentDataSetRef;
451 }
452
453 /**
454 * @return the status bar for the main PCGen frame

Callers 4

createNewCharacterMethod · 0.95
NewActionMethod · 0.80
buildMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected