MCPcopy 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
27bool ViewerEventQueue::empty() const
28{
29 std::unique_lock lock( mutex_ );
30 return queue_.empty();
31}
32
33void ViewerEventQueue::popByName( const std::string& name )
34{

Callers 3

emplaceMethod · 0.45
executeMethod · 0.45
popByNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected