MCPcopy
hub / github.com/helm/helm / hubSearchWriter

Struct hubSearchWriter

pkg/cmd/search_hub.go:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113type hubSearchWriter struct {
114 elements []hubChartElement
115 columnWidth uint
116 listRepoURL bool
117 failOnNoResult bool
118}
119
120func newHubSearchWriter(results []monocular.SearchResult, endpoint string, columnWidth uint, listRepoURL, failOnNoResult bool) *hubSearchWriter {
121 var elements []hubChartElement

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected