Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ empty
Method
empty
source/MRViewer/MRViewerEventQueue.cpp:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
bool ViewerEventQueue::empty() const
28
{
29
std::unique_lock lock( mutex_ );
30
return queue_.empty();
31
}
32
33
void ViewerEventQueue::popByName( const std::string& name )
34
{
Callers
3
emplace
Method · 0.45
execute
Method · 0.45
popByName
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected