MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / popByName

Method popByName

source/MRViewer/MRViewerEventQueue.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void ViewerEventQueue::popByName( const std::string& name )
34{
35 std::unique_lock lock( mutex_ );
36 while ( !queue_.empty() && queue_.front().name == name )
37 queue_.pop();
38}
39
40} //namespace MR

Callers 1

popEventByNameMethod · 0.80

Calls 2

emptyMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected