Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetLeavesByKey
Method · 0.80
isBookmark
Method · 0.80
getIcon
Method · 0.80
isFolder
Method · 0.45
Tested by
no test coverage detected