MCPcopy
hub / github.com/helm/helm / repoSearchWriter

Struct repoSearchWriter

pkg/cmd/search_repo.go:209–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209type repoSearchWriter struct {
210 results []*search.Result
211 columnWidth uint
212 failOnNoResult bool
213}
214
215func (r *repoSearchWriter) WriteTable(out io.Writer) error {
216 if len(r.results) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected