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

Method getSource

code/src/java/pcgen/core/PObject.java:238–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 }
237
238 public String getSource()
239 {
240 return SourceFormat.getFormattedString(this, Globals.getSourceDisplay(), true);
241 }
242
243 public String getSourceForNodeDisplay()
244 {

Callers

nothing calls this directly

Calls 2

getFormattedStringMethod · 0.95
getSourceDisplayMethod · 0.95

Tested by

no test coverage detected