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

Method hash

kdevplatform/language/duchain/types/functiontype.cpp:168–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168uint FunctionType::hash() const
169{
170 KDevHash kdevhash(AbstractType::hash());
171 kdevhash << d_func()->m_returnType.hash();
172
173 FOREACH_FUNCTION(const IndexedType &t, d_func()->m_arguments) {
174 kdevhash << t.hash();
175 }
176
177 return kdevhash;
178}
179}

Callers 1

FOREACH_FUNCTIONFunction · 0.45

Calls 1

hashFunction · 0.70

Tested by

no test coverage detected