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

Method Project

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

Source from the content-addressed store, hash-verified

874}
875
876func (q userOwnerWithFields) Project() *Project {
877 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
878}
879
880// orgOwnerWithFields
881func (q orgOwnerWithFields) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected