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

Method Project

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

Source from the content-addressed store, hash-verified

861}
862
863func (q orgOwnerWithFields) Project() *Project {
864 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
865}
866
867// viewerOwnerWithFields
868func (q viewerOwnerWithFields) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected