Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ MurmurHash
Method
MurmurHash
src/IECore/MurmurHash.cpp:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
} // namespace
76
77
MurmurHash::MurmurHash( const std::string &repr )
78
: m_h1( 0 ), m_h2( 0 )
79
{
80
internalFromString( repr, m_h1, m_h2 );
81
}
82
83
std::string MurmurHash::toString() const
84
{
Callers
15
__hashAndSubstitution
Method · 0.80
testSubstitutions
Method · 0.80
testInternedStringSubstitutions
Method · 0.80
testHash
Method · 0.80
testConstructor
Method · 0.80
testStringConstructor
Method · 0.80
testCopyConstructor
Method · 0.80
testRepr
Method · 0.80
testFromString
Method · 0.80
testAppend
Method · 0.80
testKnownHashes
Method · 0.80
testStringRepeatability
Method · 0.80
Calls
1
internalFromString
Function · 0.85
Tested by
15
__hashAndSubstitution
Method · 0.64
testSubstitutions
Method · 0.64
testInternedStringSubstitutions
Method · 0.64
testConstructor
Method · 0.64
testStringConstructor
Method · 0.64
testCopyConstructor
Method · 0.64
testRepr
Method · 0.64
testFromString
Method · 0.64
testAppend
Method · 0.64
testKnownHashes
Method · 0.64
testStringRepeatability
Method · 0.64
testStringDifferences
Method · 0.64