Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1124
void ZepBuffer::ClearSelection()
1125
{
1126
m_selection.first = Begin();
1127
m_selection.second = Begin();
1128
}
1129
1130
GlyphRange ZepBuffer::GetInclusiveSelection() const
1131
{
Callers
2
SwitchMode
Method · 0.80
Begin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected