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

Function qHash

plugins/qmljs/3rdparty/qtcreator-libs/utils/fileutils.cpp:814–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812} // namespace Utils
813
814QT_BEGIN_NAMESPACE
815uint qHash(const Utils::FileName &a)
816{
817 if (Utils::HostOsInfo::fileNameCaseSensitivity() == Qt::CaseInsensitive)
818 return qHash(a.toString().toUpper());
819 return qHash(a.toString());
820}
821QT_END_NAMESPACE

Callers 1

drawBranchesMethod · 0.50

Calls 2

fileNameCaseSensitivityFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected