Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ select
Method
select
src/host/ui/ui_state.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void UiState::select(std::size_t i) {
46
selected_ = i;
47
}
48
49
bool UiState::has_selection() const {
50
return model_.size() > 0;
Callers
4
commit_symbol
Function · 0.80
handle_buffer_list_navigation
Function · 0.80
draw_buffer_list_row
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64