MCPcopy 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
45void UiState::select(std::size_t i) {
46 selected_ = i;
47}
48
49bool UiState::has_selection() const {
50 return model_.size() > 0;

Callers 4

commit_symbolFunction · 0.80
draw_buffer_list_rowFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64