MCPcopy Index your code
hub / github.com/cli/cli / Project

Method Project

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

Source from the content-addressed store, hash-verified

810}
811
812func (q viewerOwnerWithItems) Project() *Project {
813 return newProjectFromQueryWithItemsQuery(q.Owner.Project)
814}
815
816// viewerOwnerWithItemsNoQuery
817func (q viewerOwnerWithItemsNoQuery) HasNextPage() bool {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected