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

Function consumeStagedFileDialogPaths

source/MRViewer/MRUITestEngine.cpp:312–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312std::vector<std::filesystem::path> consumeStagedFileDialogPaths()
313{
314 #if MR_ENABLE_UI_TEST_ENGINE
315 return std::exchange( state.stagedFileDialogPaths, {} );
316 #else
317 return {};
318 #endif
319}
320
321void appendStatusMessage( std::string msg )
322{

Callers 1

runDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected