Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ columnInParent
Method
columnInParent
kdevplatform/language/codecompletion/codecompletionitem.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
int CompletionTreeElement::columnInParent() const
77
{
78
return 0;
79
}
80
81
CompletionTreeNode::CompletionTreeNode() : CompletionTreeElement()
82
, role(( KTextEditor::CodeCompletionModel::ExtraItemDataRoles )Qt::DisplayRole)
Callers
1
parent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected