MCPcopy Create free account
hub / github.com/YACReader/yacreader / child

Method child

YACReaderLibrary/db/folder_item.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44FolderItem *FolderItem::child(int row)
45{
46 return childItems.value(row);
47}
48
49int FolderItem::childCount() const
50{

Callers 5

applyFilterFunction · 0.45
indexMethod · 0.45
dropSublistMethod · 0.45
indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected