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

Function hashSet

src/IECore/InternedString.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141typedef tbb::spin_rw_mutex Mutex;
142
143static HashSet *hashSet()
144{
145 static HashSet g_hashSet;
146 return &g_hashSet;
147}
148
149static Mutex *mutex()
150{

Callers 5

internedStringMethod · 0.70
numUniqueStringsMethod · 0.70
hashSetMethod · 0.50
hashSetMethod · 0.50
hashSetMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected