Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ hash
Method
hash
kdevplatform/language/duchain/types/pointertype.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
uint PointerType::hash() const
88
{
89
return KDevHash(AbstractType::hash()) << d_func()->m_baseType.hash();
90
}
91
}
Callers
nothing calls this directly
Calls
2
KDevHash
Class · 0.85
hash
Function · 0.70
Tested by
no test coverage detected