MCPcopy
hub / github.com/helm/helm / repoListWriter

Struct repoListWriter

pkg/cmd/repo_list.go:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69type repoListWriter struct {
70 repos []*repo.Entry
71 noHeaders bool
72}
73
74func (r *repoListWriter) WriteTable(out io.Writer) error {
75 table := uitable.New()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected