MCPcopy Index your code
hub / github.com/cli/cli / ExportData

Method ExportData

pkg/cmd/cache/shared/shared.go:95–97  ·  view source on GitHub ↗
(fields []string)

Source from the content-addressed store, hash-verified

93}
94
95func (c *Cache) ExportData(fields []string) map[string]interface{} {
96 return cmdutil.StructExportData(c, fields)
97}

Callers 1

TestCache_ExportDataFunction · 0.95

Calls 1

StructExportDataFunction · 0.92

Tested by 1

TestCache_ExportDataFunction · 0.76