MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / foreach

Function foreach

Plugins/WebBrowser/Bookmark/BookmarkDatabase.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82 QList<int> lstItems;
83 foreach(auto item, items) {
84 lstItems.push_back(item.id);
85 }
86 return m_TreeDB.Delete(lstItems);
87}
88

Callers

nothing calls this directly

Calls 4

GetLeavesByKeyMethod · 0.80
isBookmarkMethod · 0.80
getIconMethod · 0.80
isFolderMethod · 0.45

Tested by

no test coverage detected