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

Method declaration

kdevplatform/language/codecompletion/codecompletionitem.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150DeclarationPointer CompletionTreeItem::declaration() const
151{
152 return DeclarationPointer();
153}
154
155QList<IndexedType> CompletionTreeItem::typeForArgumentMatching() const
156{

Callers 3

fillContextMenuMethod · 0.45
addBaseClassMethod · 0.45
dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected