Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
bool UiState::has_selection() const {
50
return model_.size() > 0;
51
}
52
53
void UiState::set_query(std::string q) {
54
query_ = std::move(q);
Callers
5
draw_status_bar
Function · 0.80
handle_buffer_list_navigation
Function · 0.80
handle_buffer_list_delete_key
Function · 0.80
draw_toolbar
Function · 0.80
TEST
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
1
TEST
Function · 0.64