Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
int TreeItem::row() const
144
{
145
if (parentItem)
146
return parentItem->childItems.indexOf(const_cast<TreeItem*>(this));
147
148
return 0;
149
}
150
151
UINT8 TreeItem::type() const
152
{
Callers
3
parent
Method · 0.80
addItem
Method · 0.80
rebasePeiFiles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected