MCPcopy Create free account
hub / github.com/devashishdxt/cli-table / print_stdout

Method print_stdout

cli-table/src/table.rs:67–69  ·  view source on GitHub ↗

Prints current table to `stdout`

(&self)

Source from the content-addressed store, hash-verified

65
66 /// Prints current table to `stdout`
67 pub(crate) fn print_stdout(&self) -> Result<()> {
68 self.print_writer(BufferWriter::stdout(self.color_choice))
69 }
70
71 /// Prints current table to `stderr`
72 pub(crate) fn print_stderr(&self) -> Result<()> {

Callers 1

print_stdoutFunction · 0.80

Calls 1

print_writerMethod · 0.80

Tested by

no test coverage detected