Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ appendChild
Method
appendChild
kdevplatform/language/codecompletion/codecompletionitem.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void CompletionTreeNode::appendChild(QExplicitlySharedDataPointer<KDevelop::CompletionTreeElement> child)
71
{
72
child->setParent(this);
73
children << child;
74
}
75
76
int CompletionTreeElement::columnInParent() const
77
{
Callers
nothing calls this directly
Calls
1
setParent
Method · 0.45
Tested by
no test coverage detected