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

Method appendPCGVersionLine

code/src/java/pcgen/io/PCGVer2Creator.java:545–550  ·  view source on GitHub ↗
(StringBuilder buffer)

Source from the content-addressed store, hash-verified

543 * ###############################################################
544 */
545 private static void appendPCGVersionLine(StringBuilder buffer)
546 {
547 buffer.append(IOConstants.TAG_PCGVERSION).append(':');
548 buffer.append("2.0"); //$NON-NLS-1$
549 buffer.append(IOConstants.LINE_SEP);
550 }
551
552 private void appendPurchasePointsLine(StringBuilder buffer)
553 {

Callers 1

createPCGStringMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected