MCPcopy
hub / github.com/cli/cli / testExporter

Struct testExporter

pkg/cmd/repo/view/view_test.go:742–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742type testExporter struct {
743 fields []string
744}
745
746func (e *testExporter) Fields() []string {
747 return e.fields

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected