MCPcopy
hub / github.com/cli/cli / Project

Method Project

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

Source from the content-addressed store, hash-verified

742}
743
744func (q userOwnerWithItemsNoQuery) Project() *Project {
745 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
746}
747
748// userOwnerWithItems
749func (q userOwnerWithItems) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected