Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ hash
Method
hash
kdevplatform/language/duchain/types/referencetype.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
uint ReferenceType::hash() const
105
{
106
return KDevHash(AbstractType::hash()) << d_func()->m_baseType.hash() << d_func()->m_isRValue;
107
}
108
}
Callers
nothing calls this directly
Calls
2
KDevHash
Class · 0.85
hash
Function · 0.70
Tested by
no test coverage detected