Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
void AsyncRequest::requestIfNotSet( const Time& time, Command command )
95
{
96
if ( timer_.setTimeIfNotSet( time ) )
97
storeCommand_( command );
98
}
99
100
void AsyncRequest::reset()
101
{
Callers
2
drawCollapseButton_
Method · 0.80
requestFrame
Method · 0.80
Calls
1
setTimeIfNotSet
Method · 0.80
Tested by
no test coverage detected