Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ peekNextLine
Method
peekNextLine
plugins/astyle/astyle_stringiterator.cpp:49–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
std::string AStyleStringIterator::peekNextLine()
50
{
51
if (m_peekStart == -1) {
52
m_peekStart = m_is.pos();
53
}
54
return m_is.readLine().toUtf8().data();
55
}
56
57
void AStyleStringIterator::peekReset()
58
{
Callers
nothing calls this directly
Calls
3
pos
Method · 0.80
readLine
Method · 0.80
data
Method · 0.45
Tested by
no test coverage detected