MCPcopy
hub / github.com/cli/cli / exportableItem

Struct exportableItem

pkg/cmdutil/json_flags_test.go:392–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392type exportableItem struct {
393 Name string
394}
395
396func (e *exportableItem) ExportData(fields []string) map[string]interface{} {
397 m := map[string]interface{}{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected