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

Method ExportData

pkg/cmd/variable/shared/shared.go:48–50  ·  view source on GitHub ↗
(fields []string)

Source from the content-addressed store, hash-verified

46}
47
48func (v *Variable) ExportData(fields []string) map[string]interface{} {
49 return cmdutil.StructExportData(v, fields)
50}
51
52func GetVariableEntity(orgName, envName string) (VariableEntity, error) {
53 orgSet := orgName != ""

Callers

nothing calls this directly

Calls 1

StructExportDataFunction · 0.92

Tested by

no test coverage detected