MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / End

Method End

external/zep/src/buffer.cpp:1580–1582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1578 }
1579
1580 GlyphIterator ZepBuffer::End() const {
1581 return GlyphIterator(this, std::max(0l, long(m_workingBuffer.size() - 1)));
1582 }
1583
1584 GlyphIterator ZepBuffer::Begin() const {
1585 return GlyphIterator(this);

Callers 11

getTextMethod · 0.80
selectionEndExclusiveMethod · 0.80
selectAllMethod · 0.80
PromptMethod · 0.80
MoveToEndMethod · 0.80
AddKeyPressMethod · 0.80
UpdateMarkersMethod · 0.80
DisplayMarkerHintsMethod · 0.80
GetCommandMethod · 0.80
HandleExCommandMethod · 0.80

Calls 3

GlyphIteratorClass · 0.85
maxFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected