MCPcopy Index your code
hub / github.com/cli/cli / Project

Method Project

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

Source from the content-addressed store, hash-verified

759}
760
761func (q userOwnerWithItems) Project() *Project {
762 return newProjectFromQueryWithItemsQuery(q.Owner.Project)
763}
764
765// orgOwnerWithItems
766func (q orgOwnerWithItems) HasNextPage() bool {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected