MCPcopy 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
813void Selection::SetAnchor(int64_t offset) {
814 _anchor = offset;
815}
816
817int64_t Selection::GetOffset() const {
818 return _offset;

Callers 1

OnKeyDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected