MCPcopy Create free account
hub / github.com/cli/cli / jsonExporter

Function jsonExporter

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

Source from the content-addressed store, hash-verified

1235}
1236
1237func jsonExporter(fields ...string) cmdutil.Exporter {
1238 e := cmdutil.NewJSONExporter()
1239 e.SetFields(fields)
1240 return e
1241}

Callers 1

TestViewRunFunction · 0.70

Calls 2

NewJSONExporterFunction · 0.92
SetFieldsMethod · 0.80

Tested by

no test coverage detected