Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ hash
Method
hash
kdevplatform/language/duchain/types/arraytype.cpp:103–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
uint ArrayType::hash() const
104
{
105
return KDevHash(AbstractType::hash())
106
<< (elementType() ? elementType()->hash() : 0) << dimension();
107
}
108
}
Callers
3
qHash
Function · 0.45
operator()
Method · 0.45
testReferenceType
Method · 0.45
Calls
2
KDevHash
Class · 0.85
hash
Function · 0.70
Tested by
2
operator()
Method · 0.36
testReferenceType
Method · 0.36