MCPcopy Create free account
hub / github.com/LongSoft/UEFITool / row

Method row

treeitem.cpp:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143int TreeItem::row() const
144{
145 if (parentItem)
146 return parentItem->childItems.indexOf(const_cast<TreeItem*>(this));
147
148 return 0;
149}
150
151UINT8 TreeItem::type() const
152{

Callers 3

parentMethod · 0.80
addItemMethod · 0.80
rebasePeiFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected