MCPcopy 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
286bool wasFrameTriggered()
287{
288 #if MR_ENABLE_UI_TEST_ENGINE
289 return state.frameTriggered;
290 #else
291 return false;
292 #endif
293}
294
295void markFrameTriggered()
296{

Callers 1

runDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected