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

Method print_vertical_table

crates/hyperqueue/src/client/output/cli.rs:74–81  ·  view source on GitHub ↗
(&self, rows: Vec<Vec<CellStruct>>)

Source from the content-addressed store, hash-verified

72 }
73
74 fn print_vertical_table(&self, rows: Vec<Vec<CellStruct>>) {
75 let table = rows.table().separator(
76 Separator::builder()
77 .column(Some(Default::default()))
78 .build(),
79 );
80 self.print_table(table);
81 }
82
83 fn print_horizontal_table(&self, rows: Vec<Vec<CellStruct>>, header: Vec<CellStruct>) {
84 let table = rows

Callers 5

print_worker_infoMethod · 0.80
print_server_infoMethod · 0.80
print_job_detailMethod · 0.80
print_task_infoMethod · 0.80
print_summaryMethod · 0.80

Calls 2

print_tableMethod · 0.80
buildMethod · 0.45

Tested by

no test coverage detected