Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1409
namespace QTest {
1410
template<>
1411
char *toString(const HintItem& hint)
1412
{
1413
return qstrdup(hint.toString());
1414
}
1415
template<>
1416
char *toString(const HintItemList& hints)
1417
{
Callers
nothing calls this directly
Calls
2
toString
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected