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

Method Project

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

Source from the content-addressed store, hash-verified

843}
844
845func (q viewerOwnerWithItems) Project() *Project {
846 return newProjectFromQueryWithItemsQuery(q.Owner.Project)
847}
848
849// viewerOwnerWithItemsNoQuery
850func (q viewerOwnerWithItemsNoQuery) HasNextPage() bool {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected