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

Method getPeekStart

plugins/astyle/astyle_stringiterator.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64std::streamoff AStyleStringIterator::getPeekStart() const
65{
66 // NOTE: we're not entirely sure if this is the correct implementation.
67 // we're trying to work-around https://bugs.kde.org/show_bug.cgi?id=399048
68 return m_peekStart == -1 ? 0 : m_peekStart;
69}
70
71

Callers 1

peekNextTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected