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

Method ID

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

ID is the ID of the project field.

()

Source from the content-addressed store, hash-verified

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

Callers 2

resolveItemEditNamesFunction · 0.95
ExportDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected