MCPcopy Index your code
hub / github.com/cli/cli / Project

Method Project

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

Source from the content-addressed store, hash-verified

878}
879
880func (q viewerOwnerWithFields) Project() *Project {
881 return newProjectFromQueryWithoutItemsQuery(q.Owner.Project)
882}
883
884type projectAttribute interface {
885 ProjectItem | ProjectField

Callers

nothing calls this directly

Tested by

no test coverage detected