Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ SetAnchor
Method
SetAnchor
WinArk/HexControl.cpp:813–815 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
811
}
812
813
void Selection::SetAnchor(int64_t offset) {
814
_anchor = offset;
815
}
816
817
int64_t Selection::GetOffset() const {
818
return _offset;
Callers
1
OnKeyDown
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected