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

Method link_views

src/host/ui/ui_state.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119bool UiState::link_views() const {
120 return link_views_;
121}
122
123void UiState::set_link_views(bool enabled) {
124 link_views_ = enabled;

Callers 5

for_each_view_targetFunction · 0.80
mainFunction · 0.80
for_each_targetFunction · 0.80
draw_toolbarFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64