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

Method requestIfNotSet

source/MRViewer/MRAsyncTimer.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void AsyncRequest::requestIfNotSet( const Time& time, Command command )
95{
96 if ( timer_.setTimeIfNotSet( time ) )
97 storeCommand_( command );
98}
99
100void AsyncRequest::reset()
101{

Callers 2

drawCollapseButton_Method · 0.80
requestFrameMethod · 0.80

Calls 1

setTimeIfNotSetMethod · 0.80

Tested by

no test coverage detected