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

Method hasMoreLines

plugins/astyle/astyle_stringiterator.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool AStyleStringIterator::hasMoreLines() const
38{
39 return !m_is.atEnd();
40}
41
42
43std::string AStyleStringIterator::nextLine(bool emptyLineWasDeleted)

Callers 1

formatSourceMethod · 0.45

Calls 1

atEndMethod · 0.80

Tested by

no test coverage detected