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

Method print_table

crates/hyperqueue/src/client/output/cli.rs:96–101  ·  view source on GitHub ↗
(&self, table: TableStruct)

Source from the content-addressed store, hash-verified

94 }
95
96 fn print_table(&self, table: TableStruct) {
97 let table = table.color_choice(self.color_policy);
98 if let Err(e) = print_stdout(table) {
99 log::error!("Cannot print table to stdout: {e:?}");
100 }
101 }
102
103 fn print_job_shared_task_description(
104 &self,

Callers 2

print_vertical_tableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected