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

Method ExportData

pkg/cmd/workflow/shared/shared.go:53–55  ·  view source on GitHub ↗
(fields []string)

Source from the content-addressed store, hash-verified

51}
52
53func (w *Workflow) ExportData(fields []string) map[string]interface{} {
54 return cmdutil.StructExportData(w, fields)
55}
56
57func GetWorkflows(client *api.Client, repo ghrepo.Interface, limit int) ([]Workflow, error) {
58 perPage := limit

Callers

nothing calls this directly

Calls 1

StructExportDataFunction · 0.92

Tested by

no test coverage detected