MCPcopy
hub / github.com/cli/cli / Project

Method Project

pkg/cmd/project/shared/queries/queries.go:795–797  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

793}
794
795func (q orgOwnerWithItemsNoQuery) Project() *Project {
796 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
797}
798
799// viewerOwnerWithItems
800func (q viewerOwnerWithItems) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected