Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
QString FunctionType::toString() const
159
{
160
return partToString(SignatureWhole) + AbstractType::toString(true);
161
}
162
163
AbstractType::WhichType FunctionType::whichType() const
164
{
Callers
2
FOREACH_FUNCTION
Function · 0.45
partToString
Method · 0.45
Calls
1
toString
Function · 0.50
Tested by
no test coverage detected