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

Method isPCGCersion2

code/src/java/pcgen/io/PCGIOHandler.java:173–183  ·  view source on GitHub ↗
(List<String> lines)

Source from the content-addressed store, hash-verified

171 }
172
173 private boolean isPCGCersion2(List<String> lines)
174 {
175 for (String aLine : lines)
176 {
177 if (aLine.startsWith(IOConstants.TAG_PCGVERSION))
178 {
179 return true;
180 }
181 }
182 return false;
183 }
184
185 /**
186 * @param in

Callers 2

readMethod · 0.95
internalReadSourcesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected