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

Method Project

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

Source from the content-addressed store, hash-verified

789}
790
791func (q userOwnerWithItems) Project() *Project {
792 return newProjectFromQueryWithItemsQuery(q.Owner.Project)
793}
794
795// orgOwnerWithItems
796func (q orgOwnerWithItems) HasNextPage() bool {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected