MCPcopy Create free account
hub / github.com/MITK/MITK / ComputeHashCode

Method ComputeHashCode

Plugins/org.blueberry.core.expressions/src/berryExpression.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98uint
99Expression::ComputeHashCode() const
100{
101 return qHash(this);
102}
103
104uint Expression::HashCode() const
105{

Callers 1

HashCodeMethod · 0.95

Calls 1

qHashFunction · 0.50

Tested by

no test coverage detected