MCPcopy 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
49std::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
57void AStyleStringIterator::peekReset()
58{

Callers

nothing calls this directly

Calls 3

posMethod · 0.80
readLineMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected