MCPcopy
hub / github.com/helm/helm / metadataWriter

Struct metadataWriter

pkg/cmd/get_metadata.go:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type metadataWriter struct {
35 metadata *action.Metadata
36}
37
38func newGetMetadataCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
39 var outfmt output.Format

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected