Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ wasFrameTriggered
Function
wasFrameTriggered
source/MRViewer/MRUITestEngine.cpp:286–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
bool wasFrameTriggered()
287
{
288
#if MR_ENABLE_UI_TEST_ENGINE
289
return state.frameTriggered;
290
#else
291
return false;
292
#endif
293
}
294
295
void markFrameTriggered()
296
{
Callers
1
runDialog
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected