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

Method asItem

kdevplatform/language/codecompletion/codecompletionitem.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94CompletionTreeItem* CompletionTreeElement::asItem()
95{
96 return dynamic_cast<CompletionTreeItem*>(this);
97}
98
99const CompletionTreeNode* CompletionTreeElement::asNode() const
100{

Callers 2

executeCompletionItemMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected