Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ addChild
Method
addChild
YACReaderLibrary/db/folder_item.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void FolderItem::addChild(FolderItem *child, int childIndex)
70
{
71
child->parentItem = this;
72
childItems.insert(childIndex, child);
73
}
74
75
void FolderItem::removeChild(FolderItem *child)
76
{
Callers
1
takeUpdatedChildrenInfo
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected