()
| 759 | } |
| 760 | |
| 761 | func (q userOwnerWithItems) Project() *Project { |
| 762 | return newProjectFromQueryWithItemsQuery(q.Owner.Project) |
| 763 | } |
| 764 | |
| 765 | // orgOwnerWithItems |
| 766 | func (q orgOwnerWithItems) HasNextPage() bool { |
nothing calls this directly
no test coverage detected