MCPcopy
hub / github.com/cli/cli / Fields

Method Fields

pkg/cmdutil/json_flags.go:199–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197
198type Exporter interface {
199 Fields() []string
200 Write(io *iostreams.IOStreams, data interface{}) error
201}
202

Callers 15

needsCommentsFunction · 0.65
fetchExpectedChecksumFunction · 0.65
listRunFunction · 0.65
viewRunFunction · 0.65
listRunFunction · 0.65
statusRunFunction · 0.65
readFileRunFunction · 0.65
viewRunFunction · 0.65
listRunFunction · 0.65
listRunFunction · 0.65
promptInstallFunction · 0.65
TestNewCmdSearchFunction · 0.65

Implementers 4

jsonExporterpkg/cmdutil/json_flags.go
verboseExporterpkg/cmd/cache/list/list_test.go
testExporterpkg/cmd/repo/view/view_test.go
TestExporterpkg/cmd/run/shared/test.go

Calls

no outgoing calls

Tested by 1

TestNewCmdSearchFunction · 0.52