Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
void 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
popEventByName
Method · 0.80
Calls
2
empty
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected