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