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

Method ClearSelection

src/buffer.cpp:1124–1128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1122}
1123
1124void ZepBuffer::ClearSelection()
1125{
1126 m_selection.first = Begin();
1127 m_selection.second = Begin();
1128}
1129
1130GlyphRange ZepBuffer::GetInclusiveSelection() const
1131{

Callers 2

SwitchModeMethod · 0.80
BeginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected