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

Method Type

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

Type is the underlying type of the project item.

()

Source from the content-addressed store, hash-verified

569
570// Type is the underlying type of the project item.
571func (p ProjectItem) Type() string {
572 return p.Content.TypeName
573}
574
575// Title is the title of the project item.
576func (p ProjectItem) Title() string {

Callers 5

DetailedItemMethod · 0.95
ExportDataMethod · 0.95
printResultsFunction · 0.45
printResultsFunction · 0.45
printResultsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected