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

Method data

plugins/quickopen/duchainitemquickopen.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222QuickOpenDataPointer DUChainItemDataProvider::data(uint row) const
223{
224 return KDevelop::QuickOpenDataPointer(createData(Base::filteredItems()[row]));
225}
226
227DUChainItemData* DUChainItemDataProvider::createData(const DUChainItem& item) const
228{

Callers 5

textMethod · 0.45
highlightingMethod · 0.45
htmlDescriptionMethod · 0.45
executeMethod · 0.45
expandingWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected