Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ appendChild
Method
appendChild
ui/threadframes.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
25
void FrameItem::appendChild(FrameItem* item)
26
{
27
m_childItems.append(item);
28
}
29
30
31
FrameItem* FrameItem::child(int row)
Callers
1
updateRows
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected