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

Method Project

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

Source from the content-addressed store, hash-verified

775}
776
777func (q userOwnerWithItemsNoQuery) Project() *Project {
778 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
779}
780
781// userOwnerWithItems
782func (q userOwnerWithItems) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected