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

Function rangeToString

kdevplatform/language/duchain/dumpdotgraph.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28QString rangeToString(const KTextEditor::Range& r)
29{
30 return QStringLiteral("%1:%2->%3:%4").arg(r.start().line()).arg(r.start().column()).arg(r.end().line()).arg(
31 r.end().column());
32}
33
34class DumpDotGraphPrivate
35{

Callers 2

addDeclarationMethod · 0.85
dotGraphInternalMethod · 0.85

Calls 4

lineMethod · 0.45
startMethod · 0.45
columnMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected