Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ fromString
Method
fromString
src/IECore/MurmurHash.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
MurmurHash MurmurHash::fromString( const std::string &repr )
89
{
90
return MurmurHash( repr );
91
}
92
93
std::ostream &IECore::operator << ( std::ostream &o, const MurmurHash &hash )
94
{
Callers
1
testFromString
Method · 0.80
Calls
1
MurmurHash
Class · 0.85
Tested by
1
testFromString
Method · 0.64