Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1237
func
jsonExporter(fields ...string) cmdutil.Exporter {
1238
e := cmdutil.NewJSONExporter()
1239
e.SetFields(fields)
1240
return
e
1241
}
Callers
1
TestViewRun
Function · 0.70
Calls
2
NewJSONExporter
Function · 0.92
SetFields
Method · 0.80
Tested by
no test coverage detected