MCPcopy
hub / github.com/pterm/pterm / Render

Method Render

table_printer.go:301–306  ·  view source on GitHub ↗

Render prints the TablePrinter to the terminal.

()

Source from the content-addressed store, hash-verified

299
300// Render prints the TablePrinter to the terminal.
301func (p TablePrinter) Render() error {
302 s, _ := p.Srender()
303 Fprintln(p.Writer, s)
304
305 return nil
306}

Callers 1

Calls 2

SrenderMethod · 0.95
FprintlnFunction · 0.85

Tested by 1