MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / removeRange

Method removeRange

src/BookmarkMgr.cpp:535–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535void BookmarkMgr::removeRange(const BookmarkRangeEntryPtr& re) {
536 std::lock_guard < std::recursive_mutex > lock(busy_lock);
537
538 auto re_i = std::find(ranges.begin(), ranges.end(), re);
539
540 if (re_i != ranges.end()) {
541
542 ranges.erase(re_i);
543 }
544}
545
546
547BookmarkRangeList BookmarkMgr::getRanges() {

Callers 1

doClickOKMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected