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

Method nextLine

plugins/astyle/astyle_stringiterator.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43std::string AStyleStringIterator::nextLine(bool emptyLineWasDeleted)
44{
45 Q_UNUSED(emptyLineWasDeleted)
46 return m_is.readLine().toUtf8().data();
47}
48
49std::string AStyleStringIterator::peekNextLine()
50{

Callers 1

formatSourceMethod · 0.45

Calls 2

readLineMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected