MCPcopy Create free account
hub / github.com/KDE/kdevelop / appendChildren

Method appendChildren

kdevplatform/language/codecompletion/codecompletionitem.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void CompletionTreeNode::appendChildren(
55 const QList<QExplicitlySharedDataPointer<KDevelop::CompletionTreeElement>>& children)
56{
57 for (const auto& child : children) {
58 appendChild(child);
59 }
60}
61
62void CompletionTreeNode::appendChildren(
63 const QList<QExplicitlySharedDataPointer<KDevelop::CompletionTreeItem>>& children)

Callers 1

eventuallyAddGroupMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected