MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / hasMoreLines

Method hasMoreLines

other_src/astyle/src/ASFormatter.cpp:1255–1258  ·  view source on GitHub ↗

* check if there are any indented lines ready to be read by nextLine() * * @return are there any indented lines ready? */

Source from the content-addressed store, hash-verified

1253 * @return are there any indented lines ready?
1254 */
1255bool ASFormatter::hasMoreLines() const
1256{
1257 return !endOfCodeReached;
1258}
1259
1260/**
1261 * comparison function for BracketType enum

Callers 7

getNextLineMethod · 0.45
peekNextTextMethod · 0.45
formatCinToCoutMethod · 0.45
formatFileMethod · 0.45
AStyleMainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected