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

Function toString

kdevplatform/tests/testhelpers.h:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace QTest {
33template<>
34inline char* toString(const KDevelop::CursorInRevision& c)
35{
36 return toString(c.castToSimpleCursor());
37}
38
39template<>
40inline char* toString(const KDevelop::RangeInRevision& r)

Callers 1

testhelpermacros.hFile · 0.70

Calls 4

strMethod · 0.80
toStringMethod · 0.45
identifierMethod · 0.45
qualifiedIdentifierMethod · 0.45

Tested by

no test coverage detected