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

Method ID

pkg/cmd/project/shared/queries/queries.go:976–985  ·  view source on GitHub ↗

ID is the ID of the project field.

()

Source from the content-addressed store, hash-verified

974
975// ID is the ID of the project field.
976func (p ProjectField) ID() string {
977 if p.TypeName == "ProjectV2Field" {
978 return p.Field.ID
979 } else if p.TypeName == "ProjectV2IterationField" {
980 return p.IterationField.ID
981 } else if p.TypeName == "ProjectV2SingleSelectField" {
982 return p.SingleSelectField.ID
983 }
984 return ""
985}
986
987// Name is the name of the project field.
988func (p ProjectField) Name() string {

Callers 2

resolveItemEditNamesFunction · 0.95
ExportDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected