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

Method isComment

code/src/java/pcgen/io/PCGVer2Parser.java:330–333  ·  view source on GitHub ↗

Convenience Method author: Thomas Behr 28-04-02 @param line @return true if it is a comment

(String line)

Source from the content-addressed store, hash-verified

328 * @return true if it is a comment
329 */
330 private static boolean isComment(String line)
331 {
332 return line.trim().startsWith(IOConstants.TAG_COMMENT);
333 }
334
335 /*
336 * Given a Source string and Target string,

Callers 1

buildPcgLineCacheMethod · 0.95

Calls 1

trimMethod · 0.80

Tested by

no test coverage detected