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

Function toString

plugins/clang/tests/test_codecompletion.cpp:1411–1414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1409namespace QTest {
1410template<>
1411char *toString(const HintItem& hint)
1412{
1413 return qstrdup(hint.toString());
1414}
1415template<>
1416char *toString(const HintItemList& hints)
1417{

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected