MCPcopy Create free account
hub / github.com/Rezonality/zep / GetLastEditLocation

Method GetLastEditLocation

src/buffer.cpp:1356–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1354}
1355
1356GlyphIterator ZepBuffer::GetLastEditLocation()
1357{
1358 if (!m_lastEditLocation.Valid())
1359 {
1360 m_lastEditLocation = GlyphIterator(this, 0);
1361 }
1362 return m_lastEditLocation;
1363}
1364
1365ZepMode* ZepBuffer::GetMode() const
1366{

Callers 1

SetBufferMethod · 0.80

Calls 2

GlyphIteratorClass · 0.85
ValidMethod · 0.80

Tested by

no test coverage detected