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

Method Project

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

Source from the content-addressed store, hash-verified

857}
858
859func (q viewerOwnerWithItemsNoQuery) Project() *Project {
860 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
861}
862
863// userOwnerWithFields
864func (q userOwnerWithFields) HasNextPage() bool {

Callers

nothing calls this directly

Tested by

no test coverage detected