Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ select_last
Method
select_last
crates/hyperqueue/src/dashboard/ui/widgets/table.rs:141–147 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
139
}
140
141
fn select_last(&mut self) {
142
if self.has_items() {
143
self.state.select(Some(self.items.len() - 1));
144
} else {
145
self.state.select(None);
146
}
147
}
148
}
Callers
3
scroll_up
Method · 0.80
set_items
Method · 0.80
select_previous_wrap
Method · 0.80
Calls
2
has_items
Method · 0.80
len
Method · 0.45
Tested by
no test coverage detected