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

Method Project

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

Source from the content-addressed store, hash-verified

823}
824
825func (q orgOwnerWithItemsNoQuery) Project() *Project {
826 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
827}
828
829// viewerOwnerWithItems
830func (q viewerOwnerWithItems) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected