MCPcopy
hub / github.com/cli/cli / ExportData

Method ExportData

pkg/cmd/pr/checks/aggregate.go:32–34  ·  view source on GitHub ↗
(fields []string)

Source from the content-addressed store, hash-verified

30}
31
32func (ch *check) ExportData(fields []string) map[string]interface{} {
33 return cmdutil.StructExportData(ch, fields)
34}
35
36func aggregateChecks(checkContexts []api.CheckContext, requiredChecks bool) (checks []check, counts checkCounts) {
37 for _, c := range eliminateDuplicates(checkContexts) {

Callers

nothing calls this directly

Calls 1

StructExportDataFunction · 0.92

Tested by

no test coverage detected