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

Function hashSet

src/IECoreScene/bindings/SceneInterfaceBinding.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207static MurmurHash hashSet( SceneInterface &m, const SceneInterface::Name &name)
208{
209 MurmurHash h;
210 m.hashSet( name, h );
211 return h;
212}
213
214void bindSceneInterface()
215{

Callers 2

hashSetMethod · 0.50
hashSetMethod · 0.50

Calls 1

hashSetMethod · 0.45

Tested by

no test coverage detected