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

Method empty

source/MRViewer/MRCommandLoop.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool CommandLoop::empty()
89{
90 auto& inst = instance_();
91 std::unique_lock<std::mutex> lock( inst.mutex_ );
92 return inst.commands_.empty();
93}
94
95void CommandLoop::removeCommands( bool closeLoop )
96{

Callers 15

mimeForExtFunction · 0.45
mcpSceneGetObjectFunction · 0.45
mcpSceneAddObjectFunction · 0.45
mcpSystemLogFunction · 0.45
changeVisibleMethod · 0.45
makeDragDropSource_Method · 0.45
reorderSceneIfNeeded_Method · 0.45
getPreSelection_Method · 0.45
drawWindow_Method · 0.45
drawMenuUIMethod · 0.45
saveChangesPopupFunction · 0.45
beginPopupMethod · 0.45

Calls

no outgoing calls

Tested by 7

effectiveDisabledReasonFunction · 0.36
unexpected_Method · 0.36
pathToStringFunction · 0.36
composeStatusFunction · 0.36
pressButtonFunction · 0.36
readValueFunction · 0.36
writeValueFunction · 0.36