summaryrefslogtreecommitdiff
path: root/stat.TableLimit.go
blob: 258b10f2e22f52a3a30582b4b2223b4601aa019c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Code generated by go.wit.com/apps/autogenpb DO NOT EDIT.
//     go install go.wit.com/apps/autogenpb@latest
//
// This file was autogenerated with autogenpb:
//  autogenpb v0.5.26-2-gf383ca1    Built on  2025/10/16 13:59:01  ( 54 s)
// Theese sort.pb.go and marshal.pb.go files are autogenerated
// The autogenpb sources have example .proto files with instructions
//

package gitpb

import (
	"go.wit.com/lib/cobol"
)

// formats & prints the table as text to Stdout. a real timesaver!
func (t *StatsTable) PrintTableLimit(limit int) {
	t.MakeTable()
	cobol.PrintTableLimit(t.pb, limit, false)
}