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

Method ExportData

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

StructExportDataFunction · 0.92

Tested by

no test coverage detected