MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / CombineWith

Method CombineWith

scintilla/src/PerLine.cxx:109–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void MarkerHandleSet::CombineWith(MarkerHandleSet *other) {
110 MarkerHandleNumber **pmhn = &root;
111 while (*pmhn) {
112 pmhn = &((*pmhn)->next);
113 }
114 *pmhn = other->root;
115 other->root = 0;
116}
117
118LineMarkers::~LineMarkers() {
119 Init();

Callers 1

MergeMarkersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected