MCPcopy
hub / github.com/cli/cli / TestExporter

Struct TestExporter

pkg/cmd/run/shared/test.go:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277type TestExporter struct {
278 fields []string
279 writeHandler func(io *iostreams.IOStreams, data interface{}) error
280}
281
282func MakeTestExporter(fields []string, wh func(io *iostreams.IOStreams, data interface{}) error) *TestExporter {
283 return &TestExporter{fields: fields, writeHandler: wh}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected