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

Method Project

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Tested by

no test coverage detected