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

Method Project

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

Source from the content-addressed store, hash-verified

908}
909
910func (q viewerOwnerWithFields) Project() *Project {
911 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
912}
913
914type projectAttribute interface {
915 ProjectItem | ProjectField

Callers

nothing calls this directly

Tested by

no test coverage detected