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

Method parseCharacterCompLine

code/src/java/pcgen/io/PCGVer2Parser.java:1443–1447  ·  view source on GitHub ↗
(final String line)

Source from the content-addressed store, hash-verified

1441 }
1442
1443 private void parseCharacterCompLine(final String line)
1444 {
1445 thePC.setStringFor(PCStringKey.COMPANIONS,
1446 EntityEncoder.decode(line.substring(IOConstants.TAG_CHARACTERCOMP.length() + 1)));
1447 }
1448
1449 private void parseCharacterDescLine(final String line)
1450 {

Callers 1

parseCachedLinesMethod · 0.95

Calls 2

decodeMethod · 0.95
setStringForMethod · 0.80

Tested by

no test coverage detected