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

Method ID

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

ID is the id of the ProjectItem.

()

Source from the content-addressed store, hash-verified

612
613// ID is the id of the ProjectItem.
614func (p ProjectItem) ID() string {
615 return p.Id
616}
617
618// Repo is the repository of the project item. It is only valid for issues and pull requests.
619func (p ProjectItem) Repo() string {

Callers 1

ExportDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected