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

Method shortDescription

plugins/clang/duchain/navigationwidget.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108QString ClangNavigationWidget::shortDescription(const IncludeItem& includeItem)
109{
110 IncludeNavigationContext ctx(includeItem, {});
111 return ctx.html(true);
112}
113
114#include "navigationwidget.moc"
115#include "moc_navigationwidget.cpp"

Callers

nothing calls this directly

Calls 1

htmlMethod · 0.45

Tested by

no test coverage detected