Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ children
Method
children
YACReaderLibrary/db/folder_item.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
QList<FolderItem *> FolderItem::children()
92
{
93
return childItems;
94
}
95
96
FolderItem *FolderItem::parent()
97
{
Callers
7
dropSublist
Method · 0.45
deleteItem
Method · 0.45
takeUpdatedChildrenInfo
Method · 0.45
updateFolderType
Method · 0.45
updateTreeType
Method · 0.45
addFolderAtParent
Method · 0.45
filterAcceptsRow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected