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

Method ExportData

pkg/search/result.go:301–303  ·  view source on GitHub ↗
(fields []string)

Source from the content-addressed store, hash-verified

299}
300
301func (textMatch TextMatch) ExportData(fields []string) map[string]interface{} {
302 return cmdutil.StructExportData(textMatch, fields)
303}
304
305func (commit Commit) ExportData(fields []string) map[string]interface{} {
306 v := reflect.ValueOf(commit)

Callers

nothing calls this directly

Calls 1

StructExportDataFunction · 0.92

Tested by

no test coverage detected