Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
typedef tbb::spin_rw_mutex Mutex;
142
143
static HashSet *hashSet()
144
{
145
static HashSet g_hashSet;
146
return &g_hashSet;
147
}
148
149
static Mutex *mutex()
150
{
Callers
5
internedString
Method · 0.70
numUniqueStrings
Method · 0.70
hashSet
Method · 0.50
hashSet
Method · 0.50
hashSet
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected