MCPcopy Create free account
hub / github.com/datasweet/datatable / PrintMaxRows

Function PrintMaxRows

table_print.go:40–44  ·  view source on GitHub ↗
(v int)

Source from the content-addressed store, hash-verified

38}
39
40func PrintMaxRows(v int) PrintOption {
41 return func(opts *PrintOptions) {
42 opts.MaxRows = v
43 }
44}
45
46// Print the tables with options
47func (t *DataTable) Print(writer io.Writer, opt ...PrintOption) {

Callers 3

TestPrintFunction · 0.92
TestImportFunction · 0.92
mainFunction · 0.92

Calls

no outgoing calls

Tested by 2

TestPrintFunction · 0.74
TestImportFunction · 0.74