Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1232
func
jsonExporter(fields ...string) cmdutil.Exporter {
1233
e := cmdutil.NewJSONExporter()
1234
e.SetFields(fields)
1235
return
e
1236
}
Callers
1
TestViewRun
Function · 0.70
Calls
2
NewJSONExporter
Function · 0.92
SetFields
Method · 0.80
Tested by
no test coverage detected