Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
std::string AStyleStringIterator::nextLine(bool emptyLineWasDeleted)
44
{
45
Q_UNUSED(emptyLineWasDeleted)
46
return m_is.readLine().toUtf8().data();
47
}
48
49
std::string AStyleStringIterator::peekNextLine()
50
{
Callers
1
formatSource
Method · 0.45
Calls
2
readLine
Method · 0.80
data
Method · 0.45
Tested by
no test coverage detected