MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / set

Method set

src/decorators/BetterMultiSelection.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 int end() const { return qMax(caret, anchor); }
35 int length() const { return end() - start(); }
36 void set(int pos) { anchor = caret = pos; }
37 void offset(int offset) { anchor += offset; caret += offset; }
38};
39

Callers 2

setRootPathMethod · 0.45
FileListDockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected