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

Method Project

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

Source from the content-addressed store, hash-verified

776}
777
778func (q orgOwnerWithItems) Project() *Project {
779 return newProjectFromQueryWithItemsQuery(q.Owner.Project)
780}
781
782// orgOwnerWithItemsNoQuery
783func (q orgOwnerWithItemsNoQuery) HasNextPage() bool {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected