Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ moveFolder
Method
moveFolder
Plugins/WebBrowser/Bookmark/BookmarkDatabase.cpp:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
bool CBookmarkDatabase::moveFolder(int folderId, int newParentId)
110
{
111
return m_TreeDB.MoveNode(folderId, newParentId);
112
}
113
114
BookmarkItem CBookmarkDatabase::getBookmark(int id)
115
{
Callers
nothing calls this directly
Calls
1
MoveNode
Method · 0.80
Tested by
no test coverage detected