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

Method Project

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

Source from the content-addressed store, hash-verified

877}
878
879func (q userOwnerWithFields) Project() *Project {
880 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
881}
882
883// orgOwnerWithFields
884func (q orgOwnerWithFields) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected