MCPcopy 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
31FrameItem* 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
39int FrameItem::childCount() const

Callers 2

updateRowsMethod · 0.80
indexMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected