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

Method Project

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

Source from the content-addressed store, hash-verified

894}
895
896func (q orgOwnerWithFields) Project() *Project {
897 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
898}
899
900// viewerOwnerWithFields
901func (q viewerOwnerWithFields) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected