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

Method HashCode

Plugins/org.blueberry.core.runtime/src/berryObject.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81uint Object::HashCode() const
82{
83 return qHash(this);
84}
85
86bool Object::operator<(const Object* o) const
87{

Callers 2

qHashFunction · 0.45
qHashFunction · 0.45

Calls 1

qHashFunction · 0.70

Tested by

no test coverage detected