MCPcopy Create free account
hub / github.com/ZL-Audio/ZLEqualizer / prepareUIStatus

Method prepareUIStatus

source/zlp/controller.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 void Controller::prepareUIStatus() {
127 c_editor_on_ = editor_on_.load(std::memory_order::relaxed);
128 c_match_bypass_on_ = match_bypass_on_.load(std::memory_order::relaxed);
129 }
130
131 void Controller::prepareStatus() {
132 if (c_filter_structure_ != filter_structure_.load(std::memory_order::relaxed)) {

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected