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

Method Project

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

Source from the content-addressed store, hash-verified

826}
827
828func (q orgOwnerWithItemsNoQuery) Project() *Project {
829 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
830}
831
832// viewerOwnerWithItems
833func (q viewerOwnerWithItems) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected