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

Method ExportData

pkg/cmd/release/list/http.go:37–39  ·  view source on GitHub ↗
(fields []string)

Source from the content-addressed store, hash-verified

35}
36
37func (r *Release) ExportData(fields []string) map[string]interface{} {
38 return cmdutil.StructExportData(r, fields)
39}
40
41func fetchReleases(httpClient *http.Client, repo ghrepo.Interface, limit int, excludeDrafts bool, excludePreReleases bool, order string, releaseFeatures fd.ReleaseFeatures) ([]Release, error) {
42 // TODO: immutableReleaseFullSupport

Callers

nothing calls this directly

Calls 1

StructExportDataFunction · 0.92

Tested by

no test coverage detected