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

Method appendBirthplaceLine

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

Source from the content-addressed store, hash-verified

649 }
650
651 private void appendBirthplaceLine(StringBuilder buffer)
652 {
653 buffer.append(IOConstants.TAG_BIRTHPLACE).append(':');
654 buffer.append(EntityEncoder.encode(charDisplay.getSafeStringFor(PCStringKey.BIRTHPLACE)));
655 buffer.append(IOConstants.LINE_SEP);
656 }
657
658 /**
659 * @param buffer

Callers 1

createPCGStringMethod · 0.95

Calls 3

encodeMethod · 0.95
appendMethod · 0.45
getSafeStringForMethod · 0.45

Tested by

no test coverage detected