Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
bool AStyleStringIterator::hasMoreLines() const
38
{
39
return !m_is.atEnd();
40
}
41
42
43
std::string AStyleStringIterator::nextLine(bool emptyLineWasDeleted)
Callers
1
formatSource
Method · 0.45
Calls
1
atEnd
Method · 0.80
Tested by
no test coverage detected