()
| 775 | } |
| 776 | |
| 777 | func (q userOwnerWithItemsNoQuery) Project() *Project { |
| 778 | return newProjectFromQueryWithoutItemsQuery(q.Owner.Project) |
| 779 | } |
| 780 | |
| 781 | // userOwnerWithItems |
| 782 | func (q userOwnerWithItems) HasNextPage() bool { |
nothing calls this directly
no test coverage detected