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

Method ID

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

ID is the id of the ProjectItem.

()

Source from the content-addressed store, hash-verified

645
646// ID is the id of the ProjectItem.
647func (p ProjectItem) ID() string {
648 return p.Id
649}
650
651// Repo is the repository of the project item. It is only valid for issues and pull requests.
652func (p ProjectItem) Repo() string {

Callers 1

ExportDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected