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

Method Type

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

Type is the underlying type of the project item.

()

Source from the content-addressed store, hash-verified

602
603// Type is the underlying type of the project item.
604func (p ProjectItem) Type() string {
605 return p.Content.TypeName
606}
607
608// Title is the title of the project item.
609func (p ProjectItem) Title() string {

Callers 6

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