MCPcopy
hub / github.com/cli/cli / jsonExporter

Function jsonExporter

pkg/cmd/discussion/view/view_test.go:1232–1236  ·  view source on GitHub ↗
(fields ...string)

Source from the content-addressed store, hash-verified

1230}
1231
1232func jsonExporter(fields ...string) cmdutil.Exporter {
1233 e := cmdutil.NewJSONExporter()
1234 e.SetFields(fields)
1235 return e
1236}

Callers 1

TestViewRunFunction · 0.70

Calls 2

NewJSONExporterFunction · 0.92
SetFieldsMethod · 0.80

Tested by

no test coverage detected