MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / ac_editor_visible

Method ac_editor_visible

src/host/ui/ui_state.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127bool UiState::ac_editor_visible() const {
128 return ac_editor_visible_;
129}
130
131void UiState::set_ac_editor_visible(bool visible) {
132 ac_editor_visible_ = visible;

Callers 2

mainFunction · 0.80
draw_toolbarFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected