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

Method Project

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

Source from the content-addressed store, hash-verified

891}
892
893func (q orgOwnerWithFields) Project() *Project {
894 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
895}
896
897// viewerOwnerWithFields
898func (q viewerOwnerWithFields) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected