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

Method has_selection

src/host/ui/ui_state.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49bool UiState::has_selection() const {
50 return model_.size() > 0;
51}
52
53void UiState::set_query(std::string q) {
54 query_ = std::move(q);

Callers 5

draw_status_barFunction · 0.80
draw_toolbarFunction · 0.80
TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64