Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
301
func
(p TablePrinter) Render() error {
302
s, _ := p.Srender()
303
Fprintln(p.Writer, s)
304
305
return
nil
306
}
Callers
1
TestTablePrinter_NilPrint
Function · 0.95
Calls
2
Srender
Method · 0.95
Fprintln
Function · 0.85
Tested by
1
TestTablePrinter_NilPrint
Function · 0.76