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

Method HashCode

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

Source from the content-addressed store, hash-verified

46}
47
48uint
49Expression::HashCode(Expression::Pointer object)
50{
51 return object != 0 ? object->HashCode() : 0;
52}
53
54uint
55Expression::HashCode(const QList<Expression::Pointer>& array)

Callers 1

operator==Method · 0.95

Calls 4

ComputeHashCodeMethod · 0.95
HashCodeFunction · 0.85
qHashFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected