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

Method ExportData

pkg/cmd/auth/status/status.go:56–58  ·  view source on GitHub ↗
(fields []string)

Source from the content-addressed store, hash-verified

54}
55
56func (a authStatus) ExportData(fields []string) map[string]interface{} {
57 return cmdutil.StructExportData(a, fields)
58}
59
60func (e authEntry) String(cs *iostreams.ColorScheme) string {
61 var sb strings.Builder

Callers

nothing calls this directly

Calls 1

StructExportDataFunction · 0.92

Tested by

no test coverage detected