Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
uint
49
Expression::HashCode(Expression::Pointer object)
50
{
51
return object != 0 ? object->HashCode() : 0;
52
}
53
54
uint
55
Expression::HashCode(const QList<Expression::Pointer>& array)
Callers
1
operator==
Method · 0.95
Calls
4
ComputeHashCode
Method · 0.95
HashCode
Function · 0.85
qHash
Function · 0.50
size
Method · 0.45
Tested by
no test coverage detected