Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
bool UiState::ac_editor_visible() const {
128
return ac_editor_visible_;
129
}
130
131
void UiState::set_ac_editor_visible(bool visible) {
132
ac_editor_visible_ = visible;
Callers
2
main
Function · 0.80
draw_toolbar
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected