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

Method toString

plugins/clang/tests/test_codecompletion.cpp:1402–1405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1400 return std::tie(hint, hasDeclaration) < std::tie(rhs.hint, rhs.hasDeclaration);
1401 }
1402 QByteArray toString() const
1403 {
1404 return "HintItem(" + hint.toUtf8() + ", " + (hasDeclaration ? "true" : "false") + ')';
1405 }
1406};
1407Q_DECLARE_METATYPE(HintItem)
1408using HintItemList = QVector<HintItem>;

Callers 15

toStringFunction · 0.45
expandTestFilesDirFunction · 0.45
adjustTemplateArgumentsFunction · 0.45
runSessionMethod · 0.45
testTemplateMethod · 0.45
testNamespaceMethod · 0.45
testAutoTypeDeductionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected