MCPcopy Create free account
hub / github.com/cxasm/notepad-- / InsertHandle

Method InsertHandle

src/qscint/scintilla/src/PerLine.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool MarkerHandleSet::InsertHandle(int handle, int markerNum) {
58 mhList.push_front(MarkerHandleNumber(handle, markerNum));
59 return true;
60}
61
62void MarkerHandleSet::RemoveHandle(int handle) {
63 mhList.remove_if([handle](const MarkerHandleNumber &mhn) { return mhn.handle == handle; });

Callers 1

AddMarkMethod · 0.80

Calls 1

MarkerHandleNumberClass · 0.85

Tested by

no test coverage detected