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

Method Project

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

Source from the content-addressed store, hash-verified

792}
793
794func (q userOwnerWithItems) Project() *Project {
795 return newProjectFromQueryWithItemsQuery(q.Owner.Project)
796}
797
798// orgOwnerWithItems
799func (q orgOwnerWithItems) HasNextPage() bool {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected