Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ child
Method
child
ui/threadframes.cpp:31–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
FrameItem* FrameItem::child(int row)
32
{
33
if (row < 0 || row >= m_childItems.size())
34
return nullptr;
35
return m_childItems.at(row);
36
}
37
38
39
int FrameItem::childCount() const
Callers
2
updateRows
Method · 0.80
index
Method · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected