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

Function shortLabel

kdevplatform/language/duchain/dumpdotgraph.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17namespace KDevelop {
18QString shortLabel(KDevelop::DUContext* context)
19{
20 return QStringLiteral("q%1").arg(( quint64 )context);
21}
22
23QString shortLabel(KDevelop::Declaration* declaration)
24{

Callers 3

addDeclarationMethod · 0.85
dotGraphInternalMethod · 0.85
dumpDotGraphInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected