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

Function repr

src/IECorePython/MurmurHashBinding.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48{
49
50static std::string repr( const MurmurHash &hash )
51{
52 return "IECore.MurmurHash( \"" + hash.toString() + "\" )";
53}
54
55template<typename T>
56static void appendArray( MurmurHash &hash, typename TypedData<std::vector<T> >::ConstPtr data )

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected