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

Method Project

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

Source from the content-addressed store, hash-verified

827}
828
829func (q viewerOwnerWithItemsNoQuery) Project() *Project {
830 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
831}
832
833// userOwnerWithFields
834func (q userOwnerWithFields) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected