Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ HasElements
Method
HasElements
GTE/Graphics/GL46/GL46InputLayoutManager.cpp:84–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
bool GL46InputLayoutManager::HasElements() const
85
{
86
mMutex.lock();
87
bool hasElements = mMap.size() > 0;
88
mMutex.unlock();
89
return hasElements;
90
}
91
92
Callers
1
Terminate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected