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

Method ExportData

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

StructExportDataFunction · 0.92

Tested by

no test coverage detected