MCPcopy Create free account
hub / github.com/cli/cli / ExportData

Method ExportData

pkg/cmd/secret/list/list.go:231–233  ·  view source on GitHub ↗
(fields []string)

Source from the content-addressed store, hash-verified

229}
230
231func (s *Secret) ExportData(fields []string) map[string]interface{} {
232 return cmdutil.StructExportData(s, fields)
233}
234
235func fmtVisibility(s Secret) string {
236 switch s.Visibility {

Callers

nothing calls this directly

Calls 1

StructExportDataFunction · 0.92

Tested by

no test coverage detected