Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ Exporter
Interface
Exporter
pkg/cmdutil/json_flags.go:198–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
type
Exporter
interface
{
199
Fields() []string
200
Write(io *iostreams.IOStreams, data
interface
{}) error
201
}
202
203
type
jsonExporter
struct
{
204
fields []string
Callers
16
needsComments
Function · 0.65
fetchExpectedChecksum
Function · 0.65
listRun
Function · 0.65
viewRun
Function · 0.65
listRun
Function · 0.65
statusRun
Function · 0.65
readFileRun
Function · 0.65
viewRun
Function · 0.65
NewCmdExtension
Function · 0.95
Test_exportFormat_Write
Function · 0.65
edit
Function · 0.65
Write
Method · 0.65
Implementers
4
jsonExporter
pkg/cmdutil/json_flags.go
verboseExporter
pkg/cmd/cache/list/list_test.go
testExporter
pkg/cmd/repo/view/view_test.go
TestExporter
pkg/cmd/run/shared/test.go
Calls
no outgoing calls
Tested by
no test coverage detected