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

Method toString

kdevplatform/language/duchain/types/functiontype.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158QString FunctionType::toString() const
159{
160 return partToString(SignatureWhole) + AbstractType::toString(true);
161}
162
163AbstractType::WhichType FunctionType::whichType() const
164{

Callers 2

FOREACH_FUNCTIONFunction · 0.45
partToStringMethod · 0.45

Calls 1

toStringFunction · 0.50

Tested by

no test coverage detected