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

Function appendStatusMessage

source/MRViewer/MRUITestEngine.cpp:321–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void appendStatusMessage( std::string msg )
322{
323 #if MR_ENABLE_UI_TEST_ENGINE
324 state.statusMessages.push_back( std::move( msg ) );
325 #else
326 (void)msg;
327 #endif
328}
329
330std::vector<std::string> consumeStatusMessages()
331{

Callers 1

runDialogFunction · 0.85

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected