MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / update

Method update

crates/hyperqueue/src/dashboard/ui/widgets/tasks_table.rs:40–43  ·  view source on GitHub ↗
(&mut self, tasks_info: Vec<(JobTaskId, &TaskInfo)>, current_time: SystemTime)

Source from the content-addressed store, hash-verified

38 }
39
40 pub fn update(&mut self, tasks_info: Vec<(JobTaskId, &TaskInfo)>, current_time: SystemTime) {
41 let rows = create_rows(tasks_info, current_time);
42 self.table.set_items(rows);
43 }
44
45 pub fn select_next_task(&mut self) {
46 self.table.select_next_wrap();

Callers 8

start_serverMethod · 0.45
start_workerMethod · 0.45
commandMethod · 0.45
cbFunction · 0.45
merge_envsFunction · 0.45
callbackFunction · 0.45
parametersMethod · 0.45
parametersMethod · 0.45

Calls 2

set_itemsMethod · 0.80
create_rowsFunction · 0.70

Tested by 3

start_serverMethod · 0.36
start_workerMethod · 0.36
commandMethod · 0.36