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

Method Project

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

Source from the content-addressed store, hash-verified

772}
773
774func (q userOwnerWithItemsNoQuery) Project() *Project {
775 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
776}
777
778// userOwnerWithItems
779func (q userOwnerWithItems) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected