MCPcopy
hub / github.com/cli/cli / verboseExporter

Struct verboseExporter

pkg/cmd/cache/list/list_test.go:354–354  ·  view source on GitHub ↗

The verboseExporter just writes data formatted as %+v to stdout. This allows for easy assertion on the data provided to the exporter.

Source from the content-addressed store, hash-verified

352// The verboseExporter just writes data formatted as %+v to stdout.
353// This allows for easy assertion on the data provided to the exporter.
354type verboseExporter struct{}
355
356func (e *verboseExporter) Fields() []string {
357 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected