Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
69
type
repoListWriter
struct
{
70
repos []*repo.Entry
71
noHeaders bool
72
}
73
74
func
(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