MCPcopy Create free account
hub / github.com/KDE/kdevelop / hasMoreLines

Method hasMoreLines

plugins/astyle/3rdparty/libastyle/ASFormatter.cpp:1933–1936  ·  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

1931 * @return are there any indented lines ready?
1932 */
1933bool ASFormatter::hasMoreLines() const
1934{
1935 return !endOfCodeReached;
1936}
1937
1938/**
1939 * comparison function for BraceType enum

Callers 11

getNextLineMethod · 0.45
peekNextTextMethod · 0.45
formatOpeningBraceMethod · 0.45
formatArrayBracesMethod · 0.45
checkIfTemplateOpenerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected