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

Method Project

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

Source from the content-addressed store, hash-verified

806}
807
808func (q orgOwnerWithItems) Project() *Project {
809 return newProjectFromQueryWithItemsQuery(q.Owner.Project)
810}
811
812// orgOwnerWithItemsNoQuery
813func (q orgOwnerWithItemsNoQuery) HasNextPage() bool {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected