MCPcopy Create free account
hub / github.com/ImageEngine/cortex / toString

Method toString

src/IECore/MurmurHash.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83std::string MurmurHash::toString() const
84{
85 return internalToString( m_h1, m_h2 );
86}
87
88MurmurHash MurmurHash::fromString( const std::string &repr )
89{

Callers 9

testStringConstructorMethod · 0.95
testFromStringMethod · 0.95
~USDSceneMethod · 0.80
testHashRepeatabilityMethod · 0.80
collectHashesMethod · 0.80
collectHashesMethod · 0.80
testMethod · 0.80
reprFunction · 0.80
MurmurHash.cppFile · 0.80

Calls 1

internalToStringFunction · 0.85

Tested by 5

testStringConstructorMethod · 0.76
testFromStringMethod · 0.76
testHashRepeatabilityMethod · 0.64
collectHashesMethod · 0.64
collectHashesMethod · 0.64