MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / hasModalOperator

Method hasModalOperator

src/visualizer/operator/operator_registry.cpp:474–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472 }
473
474 bool OperatorRegistry::hasModalOperator() const {
475 std::lock_guard lock(mutex_);
476 return active_modal_ != nullptr || !active_modal_id_.empty();
477 }
478
479 ModalState OperatorRegistry::modalState() const {
480 std::lock_guard lock(mutex_);

Callers 9

register_ui_operatorsFunction · 0.80
register_operatorsFunction · 0.80
control_job_on_guiFunction · 0.80
modal_state_jsonFunction · 0.80
dispatchKeyToModalsFunction · 0.80
dispatchScrollToModalsFunction · 0.80
handleKeyMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected