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

Method Project

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

Source from the content-addressed store, hash-verified

844}
845
846func (q userOwnerWithFields) Project() *Project {
847 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
848}
849
850// orgOwnerWithFields
851func (q orgOwnerWithFields) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected